| 2. |
What is the difference between an object and a class?
Please select the best answer.
|
| |
A.
|
An object is an extension of the class construct whose default access privilege is public. |
| |
B.
|
The term object is just another way of referring to the public data members of a class. |
| |
C.
|
An object is an instance of a class, created from the class blueprint. |
| |
D.
|
A class is an initialized object variable. |