Question: Question 45 C++ member functions that are given implementations in a class declaration are automatically assumed to be inline. True False 2 points Question 46
Question 45
C++ member functions that are given implementations in a class declaration are automatically assumed to be inline.
True
False
2 points
Question 46
____ binding is the binding of messages to methods based on the class of the receiver object.
| Automatic | ||
| Static | ||
| Adaptive | ||
| Dynamic |
2 points
Question 47
In C++, a pure virtual declaration is a function declared with the keyword virtual and ____.
| the keyword null | ||
| a pointer | ||
| parentheses | ||
| the keyword void |
2 points
Question 48
In C++, objects can only be allocated on the heap.
True
False
2 points
Question 49
____ is the use of the same names for messages requesting similar services from different classes.
| Polymorphism | ||
| Overshadowing | ||
| Distinction | ||
| Generalization |
2 points
Question 50
In C++, template classes can be used to define generic collections.
True
False
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
