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?