C++ is a middle-level language, as it comprises a combination of both high level and low-level language features. C++ is a statically typed, compiled, general-purpose, case-sensitive, free-form programming language that supports procedural, object-oriented, and generic programming.
C++ was developed by Bjarne Stroustrup starting in 1979.C++ is a superset of C, and that virtually any legal C program is a legal C++ program.
FLOW CONTROL
if...else Statementfor Loop
do...while Loop
break, continue & goto Statement
switch Statement
Operators
FUNCTIONS
C++ FunctionsC++ Formal-arguments function
C++ Recursive-function
Default Argument
Storage Class
C++ Recursion
STRUCTURES
StructureStructure and Function
Pointers to Structure
Enumeration
ARRAYS & STRING
C++ ArraysMultidimensional Arrays
Function and Array
C++ String
OBJECT & CLASS
Objects and ClassC++ Constructors
Objects & Function
Operator Overloading
INHERITANCE
C++ InheritanceFunction Overriding
Multilevel Inheritance
Friend Function
Virtual Function
Templates
POINTERS
C++ PointerPointers and Arrays
Pointers and Functions
Memory Management
0 Comments