C++ Programming - OOPS Concepts

Exercise : OOPS Concepts - General Questions
  • OOPS Concepts - General Questions
56.
Which of the following provides a reuse mechanism?
Abstraction
Inheritance
Dynamic binding
Encapsulation
Answer: Option
Explanation:
No answer description is available. Let's discuss.

57.
Which of the following statement is correct?
Class is an instance of object.
Object is an instance of a class.
Class is an instance of data type.
Object is an instance of data type.
Answer: Option
Explanation:
No answer description is available. Let's discuss.