What it is and how it might be called (2 methods).
How is modularity introduced in C++?
Why do we need templates?
What is runtime polymorphism in c++?
What is meant by const_cast?
Will the following program execute?
What is exception handling? Does c++ support exception handling?
How the virtual functions maintain the call up?
Explain what data encapsulation is in c++?
Do vectors start at 0 c++?
What are pointer-to-members in C++? Give their syntax.
Why is c++ a mid-level programming language?
What are dynamic type checking?
What are function prototypes?
What is an undefined behavior and sequence points