C++ Question Papers 2017
- Explain any five advantages of Object Oriented Programming?
- Explain the need of inheritance and the list any three advantage of it?
- Explain the purpose of the following with a suitable example of each:
- Use Case Diagram
- Interaction Diagram
- Write C++ code to create a class date. Using this class, calculate the age of a person as on the current date.
- List the various restrictions with Operator overloading. Write a C++ program to illustrate the overloading of increment operator.