InterviewSolution
Saved Bookmarks
| 1. |
Where the virtual function should be defined?(a) Twice in base class(b) Derived class(c) Base class and derived class(d) Base classI had been asked this question during an online exam.This interesting question is from Virtual Functions topic in division Member Functions & its Types of Object Oriented Programming |
|
Answer» The correct CHOICE is (d) BASE CLASS |
|