Multiple Choice
In OOP terminology, an object's member variables are often called its ________, and its member functions are sometimes referred to as its ________.
A) values, operators
B) data, activities
C) attributes, activities
D) attributes, methods
E) values, activities
Correct Answer:

Verified
Correct Answer:
Verified
Q30: A private member function may only be
Q31: Object-oriented programming is centered around objects that
Q32: A class must have exactly one constructor.
Q33: In C++ and other object-oriented programming languages,
Q34: Which of the following statements correctly creates
Q35: If setRadius is a Circle class function
Q37: When a member function is defined outside
Q38: A C++ member function that uses, but
Q39: A constructor must have the same name
Q40: A class declaration creates an object.