Question 1:
Illustrate the concept of destructors and constructors in C++ with programming examples.
Question 2:
Illustrate out the concepts and applications of multiple inheritance and virtual functions in C++.
Question 3:
Illustrate out the theoretical concepts of the Binary files and Manipulators with appropriate programming examples.
Question 4:
Illustrate the theory behind class templates and function templates with appropriate programming examples.
Practical Questions
Question 5:
With the use of appropriate programming illustrations, illustrate Selection control statements and Iteration statements in C++.
Question 6:
Write your own C++ functions for following problems:
• Sort a book list in a library based on the discipline
• Print the sorted output on the console