Do the names of parameters have to agree in the prototype, definition, and call to the function?
What is a breakpoint?
How does the copy constructor differ from the assignment operator (=)?
What is the difference between a template and a macro?
What does ctime() do?
What is the difference between #define debug 0 and #undef debug?
What are the three forms of cin.get() and what are their differences?
Show the declaration for a static member variable.
What are the stages in the development cycle?
What is the protected keyword used for?
What is the difference between cin.read() and cin.getline()?
Declare a class vehicle and make it an abstract data type.
What is the difference between a type-specific template friend class and a general template friend class?
If a base class is an adt, and it has three pure virtual functions, how many of these functions must be overridden in its derived classes?
How can you create a virtual copy constructor?