Career Tracks
Exams
MCQ
Companies
Opportunities
Pricing
MCQ Practice
Programming
C++ — Concepts
Question
Medium
What is a 'pure virtual function' in C++?
A
A function with no body that must be overridden
B
A function that returns void
C
A static member function
D
A function declared in private
Show Answer
← Back to C++ — Concepts questions