SELECT * FROM Courses WHERE ID=11
Syllabus

C++


1. Intro to C++

2. Basic syntax in c++

3. Intro to OOPS

4. What is Class with object and its importance.

5. Types of classes and its formation with syntax and functions

6. Basic programs using concept of oops

7. Array of object in class

8. Create object of a class inside another class

9. Defining member functions outside class using membership label

10. Local class with program

11. Empty class with program

12. Private member function

13. Getter and setter functions

14. Class attributes

15. Static member functions and variables

16. Constant member functions

17. Friend function

18. Abstract class

19. Pointer to object in class

20. Constructor and its types

21. Destructor with example

22. Introduction of Inheritance and its types

23. Programs of all inheritance types

24. What is Polymorphism and its types

25. Function overloading & overriding with programs

26. Virtual function & operator overloading

27. What is File Handling in c++

28. Features of File handling with program.