Multiple Choice
The first requirement of a pure object-oriented language is that it contain three specific features: classes, inheritance, and ____.
A) virtual functions
B) constants
C) variables
D) polymorphism
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q33: Objects are referred to as _ of
Q34: In C++, class names must always start
Q35: The term encapsulation is sometimes used to
Q36: The C language, which is C++ s
Q37: A(n) _ function is called automatically when
Q39: The class declaration section begins with the
Q40: The values contained in an object s
Q41: How you choose to store data in
Q42: Defining more than one _ constructor for
Q43: When constructing a class in C++, the