Ace Your C++ Skills 2025 – Rock the ‘Thinking in C++’ Challenge!

Question: 1 / 565

What kind of functions must be implemented in a derived class if it inherits from an abstract base class with pure virtual functions?

Static functions

All base class functions

All pure virtual functions

When inheriting from an abstract base class with pure virtual functions, the derived class must implement all of the pure virtual functions in order to be considered a concrete class and able to be instantiated. Options A, B, and D are incorrect because static, base class, and inline functions are not required to be implemented in the derived class as they are already provided by the base class. Additionally, option B is incorrect because not all functions in the base class are necessarily pure virtual.

Get further explanation with Examzify DeepDiveBeta

Inline functions

Next Question

Report this question

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy