Question: QUESTION 9 20 points Save Answer Select the definition for each term or symbol. All definitions may not be used and some definitions may apply

QUESTION 9 20 points Save Answer Select the definition for each term or symbol. All definitions may not be used and some definitions may apply to more than one term or symbol. extends A. A tool that is part of the Unified Modelling Language (UML) that is used to aid in the design of classes. 4 @Override 4 toString() B. Keyword that specifies external access to a classes members C. A directive used to call another constructor 4 Class Diagram attribute D. A method whose return is used when evaluating the string representation of an object. static E. A variable that belongs to a particular class. F. A keyword required to allow a method to be overridden. A public G. A keyword used to indicate an instance-level member as opposed to a class-level The java.lang.Object class member. this() A new H. used to denote the base and derived class relationship between two classes 1. A keyword to declare that a particular class has never been used J. a wrapper class K. A keyword used to indicate a class-level member as opposed to an instance-level member. L. A keyword used to create an object M. The base class of all classes in the Java language. N. An optional annotation that will help ensure a proper method override
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
