๐น Abstract Class and Pure Virtual Function in C++ (Beginner-Friendly Guide)
๐ Introduction
In C++, sometimes we want to define rules but do not want to provide the implementation in the base class.In such cases, we use Abstract Classes and Pure Virtual Functions.
These concepts are a core part of Object-Oriented Programming...
yesamitsingh.hashnode.dev3 min read