C++ Language
C++ language is a superset of the ‘C’ language and was initially known as “C with Classes”. In "C" operator ++ is used to increment the value by 1. That means to the language ‘C’, developers have added some extra features and hence named as C++. C++ is a general purpose programming language and supports object oriented programming features.
Module 1:- Introduction and First Program
Module 2:- Language Features
Module 3:- OOPs Concepts
Module 4:- Inheritance
Module 5:- Polymorphism
Module 6:- I/O Streams
Module 7:- Exception Handling
Module 8:- Templates
Step-by-Step procedure for building the project from ground up