Question60:-Which among the following OOP feature promotes code reusability?
A:-Data Hiding
B:-Polymorphism
C:-Inheritance
D:-Late Binding
Correct Answer:- Option-C
Question61:-Private members of a class are accessible to:
A:-Member functions of that class
B:-Friend functions of that class
C:-All functions in the program
D:-Both (A) and (B)
Correct Answer:- Option-D
Question62:-A class which is not used to create objects, but is designed to act as ....
See more