#cpp
Read more stories on Hashnode
Articles with this tag
What is C++ ? It is the most popular programming language also used to create high profile application and software. It was developed by Bjarne...
WHAT IS VTable? It stands for "VIRTUAL TABLE". It is created by the compiler to support dynamic polymorphism. When class contain virtual function,...
**Some keypoints to be noted ยท FOR EMPTY CLASS: If properties is not written in code then the output will be 1. It's size is not zero because for the...
OOPS OOPS, which stands for "Object Oriented Programming System," is a programming technique centered around objects. An object is an entity that...