CLion
 
Get CLion
You are viewing the documentation for an earlier version of CLion.

Implement functions

Last modified: 23 August 2023

If a class has a base class with pure virtual functions, it can't be instantiated unless it implements those functions. CLion creates stubs of the implemented functions, with the default return values for the primitive types, and null values for the objects.