1.

Which of the following is false statement, about virtual functions in C++?

A. They must be members of some class
B. They cannot be static members
C. They are accessed using object pointers.
D. They cannot be a friend of another class.
Answer» B. They cannot be static members


Discussion

No Comment Found