What is function prototyping?
Explain what data encapsulation is in c++?
What is public, protected, private in c++?
What is auto type c++?
What are the data types in c++?
How static variables and local variablesare similar and dissimilar?
What do you mean by vtable and vptr in c++?
What is an incomplete type in c++?
Explain the benefits of proper inheritance.
Explain the pure virtual functions?
What is the most powerful coding language?
What is difference between c++ 11 and c++ 14?
What is the difference between equal to (==) and assignment operator (=)?
Explain some examples of operator overloading?
What is friend class in c++ with example?