Multiple Choice
In OOP terminology, an object's member variables are often called its __________ and its member functions can be referred to as its behaviors or its __________.
A) values, morals
B) data, activities
C) attributes, activities
D) attributes, methods
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q34: The process of object-oriented analysis can be
Q35: When a constructor function accepts no arguments,
Q36: When an object is defined without an
Q37: If you do not declare a destructor
Q38: Assuming that Rectangle is a class name,
Q40: If you do not declare an access
Q41: Constructor functions are often used to allocate
Q42: Assume that myCar is an instance of
Q43: While a class's member functions may be
Q44: Where are class declarations usually stored?<br>A) on