- Objectives:
- To demonstrate basic concepts of OOPS.
- To demonstrate inheritance.
- To demonstrate runtime polymorphism, using virtual functions.
Problem Statement: To create a course management system for a college, allowing easy management of students, faculties, courses, and assignment of all the above.