Dheeraj JhaSep 21, 20223 minWhat is a class? - Part1Almost every interviewer asks this question. You must have been asked this question in one of your C++ interviews. If you are a beginner...
Dheeraj JhaMay 10, 20213 minPure virtual function in C++: Is it possible to define a Pure Virtual Function in C++? Pure virtual functions are used to make a class abstract. This blog explains how to define a pure virtual function and usage in C++