C++ For Artists: The Art, Philosophy, And Science Of Object-Oriented Programming
|
| < Day Day Up > |
|
-
What is the primary difference between primitive data type objects and class objects?
-
List the four special class member functions and describe the function of each. Which three of the four special functions can be overloaded?
-
List the three access specifiers. Describe how each access specifier affect horizontal access.
-
In your own words define the term horizontal access.
-
What is the difference between accessor and mutator functions?
-
What is the purpose of the this pointer?
-
What is the difference between a static class-wide variable and an instance variable?
-
Describe how member functions can be overloaded.
-
List and discuss two benefits of separating class interface from class definition. Can you think of any other benefits?
-
How would you access an instance variable masked by a local function variable of the same name?
|
| < Day Day Up > |
|