C++ Course Details:
We have divided this Program into Six modules that will cover all of the syllabus that will help you understand the program practically and theoretically.
Module 1
Introduction part-1
- C language vs C++ language
- Installation; C++ Program; C++ cout, cin, endl
- Data types
- Keywords
- Operators
- Control Statement
Module 2
Introduction PART-2
- Functions
- Call by value & reference
- Recursion
- Storage Classes
- Arrays
- Array to Function
- Multidimensional Arrays
- Pointers
Module 3
Object Class
- OOPs Concepts
- Object Class
- Constructor
- Copy Constructor
- Destructor
- this Pointer
- static
- Structs
- Enumeration
- Friend Function
Module 4
OOPs Parts
- Inheritance
- Polymorphism
- Abstraction
- More...
Module 5
Exceptions
- Exception Handling
- try/catch
- User-Defined
Module 6
More
- Templates
- Signal Handling
- File & Stream