Random FAQ (C++)
- what scope resolution operator and its uses.
- Is Operator overloading is compile time/run time polymorphism.
- Why we need a Virtual Destructor
- Does Pure Virtual destructor exists?
- Scope of static variables
- How the derived class method will be called dutring runtime(vtable concept).
- Difference between Pass by Reference and Pass by Pointer
- Does pure virtual destructor is allowed?