CodeSteps

Python, C, C++, C#, PowerShell, Android, Visual C++, Java ...

Abstract Classes

C++ – Pure Virtual functions

C++ Pure Virtual functions are used to create an abstract classes or interfaces. Pure Virtual functions have no function definition; just the function will be declared and the definition left to the derived classes. In C++, like Java, there is no interface keyword to create an interface. To create an interface in C++, the option […]

Scroll to top