What are single and multiple inheritances in c++?
Why do you use the namespace feature?
What is the difference between an array and a list?
What is implicit pointer in c++?
What is a multiset c++?
How can you prevent accessing of the private parts of my class by other programmers (violating encapsulation)?
What are the two types of comments?
What is a local variable?
Explain what is oop?
What is nested class in c++?
Define a nested class. Explain how it can be useful.
What does return 0 do in c++?
Why is c++ awesome?
When should overload new operator on a global basis or a class basis?
Explain the difference between struct and class in terms of access modifier.