C++ SYLABUS
(2023-2024)
2.
Operator overloading, Inheritance, pointer,
polymorphism
- Type conversion
- Inheritance
- Method Overriding
- Method overloading
- Virtual functions
- Virtual Base class
- Operator overloading.
- Class & object
- Inheritance
- Encapsulation
- Abstraction
- Polymorphism
- Scope resolution operator
- Manipulators
- Functions
1.Default parameters
2.Inline functions
3.Method overriding using scope resolution
operator- Friend function
- Friend class
- Const arguments
- Const functions
- Static data member and member functions
- Array of objects
- Default Constructor
- Parameterized Constructor
- Copy Constructor
- Destructor