Question 1:
What do you understand by the term function overloading? Write down a C++ program to execute a function overloaded.
Question 2:
Describe the term Constructors and Destructors with appropriate illustration.
Question 3:
Explain the term polymorphism. Describe its importance.
Question 4:
What do you understand by the term inheritance? Illustrate out various types of inheritance.
Question 5:
Write down a C++ program to execute the relational operator overloading for the distance class.