1.
If a function can perform more than 1 type of tasks, where the function name remains same, which feature of OOP is used here?
2.
Which feature of OOP indicates code reusability?
3.
Object can’t be used with pointers because they belong to user defined class, and compiler can’t decide the type of data may be used inside the class. State True or False.
4.
Which among the following is correct?
5.
When an object is returned___________
6.
Object declared in main() function:
7.
Which among the following is wrong?
8.
If a local class is defined in a function, which of the following is true for an object of that class?
9.
How members of an object are accessed?
10.
Functions can’t return objects. State True or False.