1. Computer Science Engineering (CSE)
  2. CPP Programming
  3. Which of the following is not correct fo...
Q.

Which of the following is not correct for virtual function in C++?

A. Must be declared in public section of class.
B. Virtual function can be static.
C. Virtual function should be accessed using pointers.
D. Virtual function is defined in base class.
Answer» B. Virtual function can be static.
View all MCQs in:   CPP Programming

Discussion