Discussion :: Object Oriented Programming Using C++
-
Which of the following statements is false?
A.
A class encapsulates all of an object's attributes and behaviors
|
B.
An example of an attribute is the minutes variable in a time class
|
C.
An example of a behavior is the setTime function in a time class
|
D.
A class is considered an object
|
E.
An object created from a class is referred to as an instance of the class
|
Answer : Option D
Explanation :
No answer description available for this question.
Be The First To Comment