Question: Read the definitions given in the table below. Write the suitable terms matching to the descriptions in the empty space provided. Answers can be used
Read the definitions given in the table below. Write the suitable terms matching to the descriptions in the empty space provided. Answers can be used once or multiple times. A Java concept that is achieved by combining methods and A. public attributes into a class. B. method call Is called when an object is created. C. class Modifier that only allows access from the class that declares it. D.constructor Define a new class with attributes from existing class and E. method-overloading extend with special attributes F. new keyword Causes java to execute a method. G. static Modifier that has no scope restriction. H.Inheritance Several methods with same name and different signature private Used in a class instance creation expression to create an J. methods overriding instance of a class. K. Inheritance Defined as a template that describe the behavior of all L. encapsulation object of certain kind An object-oriented feature that promotes code reusability by allowing sub-class to modify methods inherited from superclass
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
