Virtual functions in C++ tells the compiler to perform . . . . . . . . on such functions.
A. static binding
B. late binding
C. compile time binding
D. no binding
Answer: Option B
A. static binding
B. late binding
C. compile time binding
D. no binding
Answer: Option B
A. Multilevel inheritance
B. Hierarchical inheritance
C. Multiple inheritance
D. Single inheritance
A. public
B. private
C. friend
D. protected
What is the process of defining a new class based on an existing class in C++ called?
A. Inheritance
B. Composition
C. Encapsulation
D. Polymorphism
Join The Discussion