Exercise: Oops Concepts

Questions for: Oops Concepts

How many instances of an abstract class can be created?
A:
1
B:
5
C:
13
D:
0
Answer: D
No answer description is available. Let's discuss.
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
Answer: C
No answer description is available. Let's discuss.
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
Answer: B
No answer description is available. Let's discuss.
Which of the following concepts means determining at runtime what method to invoke?
A:
Data hiding
B:
Dynamic Typing
C:
Dynamic binding
D:
Dynamic loading
Answer: C
No answer description is available. Let's discuss.
Which of the following is not the member of class?
A:
Static function
B:
Friend function
C:
Const function
D:
Virtual function
Answer: B
No answer description is available. Let's discuss.
Ad Slot (Above Pagination)
Quiz