Differentiate between a constructor and a destructor in c++.
Explain what is oop?
Explain the properties and principles of oop.
Explain what is class definition in c++ ?
Why is c++ a mid-level programming language?
What are mutator methods in c++?
Differentiate between a pointer and a reference with respect to c++.
What is the use of dot in c++?
What is class definition in c++ ?
What are the vectors in c++?
Differentiate between an array and a list?
How is new() different from malloc()?
What is data abstraction? How is it different from data encapsulation?
What are inline functions? What is the syntax for defining an inline function?
Explain what are single and multiple inheritances in c++?