×

Multiple-Choice Questions

Web Technologies MCQs

Computer Science Subjects MCQs

Databases MCQs

Programming MCQs

Testing Software MCQs

Digital Marketing Subjects MCQs

Cloud Computing Softwares MCQs

AI/ML Subjects MCQs

Engineering Subjects MCQs

Office Related Programs MCQs

Management MCQs

More

Which of the following statement is not true for virtual functions?

81. Which of the following statement is not true for virtual functions?

  1. The virtual function must be members of some class
  2. The virtual function can be a static member
  3. Virtual functions are accessed by using an object pointer
  4. The virtual function can be a friend of another class

Answer: B) The virtual function can be a static member

Explanation:

Virtual function cannot be a static member.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.