Question: solve part1 plz Part 1 For the matching section below, please write in upper case in the left most column, the letter of the definition

 solve part1 plz Part 1 For the matching section below, please

solve part1 plz

Part 1 For the matching section below, please write in upper case in the left most column, the letter of the definition in the right most column that matches the term in the center column. 1. Abstract class During compilation, the Java compiler determines which method to run based on the parameter list passed to the method. Another term for two or more methods with the same name, but different signatures is! overloading. 2. extends Allows multiple methods in the same class to have the same name, but different signatures. 3. override At runtime, the JVM determines which method to run based on the type of the actual object, rather than the type of the variable that references the object. 4. overload Indicates that one class is a subtype of another class, or that one interface implements another interface. 5. dynamic A compiler annotation that tells the compiler that the method method lookup immediately following either replaces a method with exactly the same signature from the generic parent or implements a method with the same signature in an interface. 6. @Override Determines which method to call based on the type of the actual object (implicit parameter) rather than the type of the variable that references the object. 7. implicit An "invisible parameter" present in every call to a member function. parameter Calls to static functions do not have this. 8. Static function Redefining a method in a subclass. 9. dynamic A function that can only reference nonmember functions. Functions of polymorphism this type can only reference nonmember variables. 10. Static A class that cannot create instances. This type of class often has one or polymorphism more methods that its subtypes must implement

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!