1. What is C++?
2. How do you find out if a linked-list has an end? (i.e. the list is not a cycle)
3. What is a class?
4. What is an object?
5. What is the difference between an object and a class?
6. What is the difference between class and structure?
7. What are virtual functions?
8. What is friend function?
9. What is a scope resolution operator?
10.What do you mean by inheritance? Define the types of inheritance?
11.What is abstraction?
12.What is polymorphism? Explain with an example
13.What is encapsulation?
14.What do you mean by binding of data and functions?
15.What is function overloading and operator overloading?
16.What is virtual class and friend class?
17.What do you mean by inline function?
18.What do you mean by public, private, protected ,internal and friendly?
19.Difference between realloc() and free?
20.What is a template?
21.What are the main differences between procedure oriented languages and object oriented languages?
22.What is R T T I ?
23.What are generic functions and generic classes?
24.What is namespace?
25.What is the difference between pass by reference and pass by value?
26.Why do we use virtual functions?
27.What do you mean by pure virtual functions?
28.What are virtual classes?
29.Explain about Unique Pointer and smart pointer?
30.What are the advantages and disadvantages of inheritance?
31.What is virtual constructors/destructors?
32.What is the difference between declaration and definition?
33.What is the difference between an ARRAY and a LIST?
34.What is function overloading and operator overloading?
35.What is the difference between an object and a class?
36. What is the difference between new/delete and malloc/free new/delete
37. How do you write a function that can reverse a linked-list?