• OOPS Concepts - General Questions
6. 

Which of the following term is used for a function defined inside a class?

A. Member Variable
B. Member function
C. Class function
D. Classic function

7. 

Which of the following concept of oops allows compiler to insert arguments in a function call if it is not specified?

A. Call by value
B. Call by reference
C. Default arguments
D. Call by pointer

8. 

How many instances of an abstract class can be created?

A. 1
B. 5
C. 13
D. 0

9. 

Which of the following cannot be friend?

A. Function
B. Class
C. Object
D. Operator function

10. 

Which of the following concepts of OOPS means exposing only necessary information to client?

A. Encapsulation
B. Abstraction
C. Data hiding
D. Data binding