C++ – Object Oriented Language -tccicomputercoaching.com C++ is a general-purpose programming language. C++ contains object oriented concepts which has so many advantages. It is designed in terms of System Programming and Embedded system. In 1983, “C with Classes” was renamed to “C++”, adding new features that included virtual functions, function name and operator overloading, references, constants, type-safe free-store memory allocation (new/delete), improved type checking, So, We can say that c++ is an extension of C language. We teach following topics in c++: 1.
Introduction to C++
2.
Basic Syntax
3.
Object Oriented Concept
Inheritance
Data Abstraction
polymorphism
Encapsulation
4.
Data Types and Variables
5.
Constants, Literals
6.
Modifiers
7.
Operators
8.
Loop Controls
For Loop
While Loop
Do-While Loop
9.
Decision Making
If-Else