Identify the letter of the choice that best matches the phrase or definition.
A. When objects are related by sending and receiving a message.
B. When the subclass method does not exist in the superclass.
C. When the subclass method is intended as a replacement of the superclass method.
D. When an object of one class contains objects of another class as structural components.
E. When an object's class is a subclass of a more general class.
A. Dependency
B. Extension
C. Overriding
D. Aggregation
E. Inheritance
You might also like to view...
Which of the following is NOT true of broadband radio service?
A. used to transmit digital radio B. can transmit video, voice, and data up to 1.5 Mbps C. can be used as an alternative to cable TV D. it uses narrowband RF
?Which of the following is the default shape value for the radial-gradient function?
A. ?Round B. ?Square C. ?Ellipse D. ?Circle
class rectangleType{public:void setLengthWidth(double x, double y);//Postcondition: length = x; width = y;void print() const;//Output length and width;double area();//Calculate and return the area of the rectangle;double perimeter();//Calculate and return the parameter;rectangleType();//Postcondition: length = 0; width = 0;rectangleType(double x, double y);//Postcondition: length = x; width = y;private: double length; double width;}; Consider the accompanying class definition, and the declaration:rectangleType bigRect; Which of the following statements is correct?
A. rectangleType.print(); B. rectangleType::print(); C. bigRect.print(); D. bigRect::print();
Alignment of text in a field value may be changed using the ____________________ tab in the REPORT LAYOUT TOOLS contextual tabs when designing a report.
Fill in the blank(s) with the appropriate word(s).