C++ is an OOPs programming language as an extension of the C Language, or"C with Classes" that supports the concept of classes and objects.
C++ is a very secure language, i.e., no outsiders can manipulate its data as it supports both encapsulation and data hiding. C++ follows the bottom-up approach.
C++ supports the function overloading & function overriding. C++ supports the reference variables. C++ supports the namespace feature that avoids the name collisions.
C++ supports inheritance. C++ provides direct support to exception handling by using a try-catch block.
C++ supports a new operator for memory allocation and a delete operator for the memory de-allocation.
PROJECTS ASSIGNMENTS