You are on page 1of 1

EDZEL’S SOURCE NUMBER 6

Question text

Select one:

c.

No Modifier

Attributes and methods with the access modifier protected can be accessed within your

class, by all classes within the same package, and by all subclasses within the same or other

packages.

Select one:

b.

Protected

The same method in child class which is already present in the parent class.

Select one:

d.

Method Overriding

The class whose properties and functionalities are use (inherited) by another class is known

as _______________?

Select one:

d.

Parent Class

These variables are inside a class however outside any method. They come into existence

when the class instantiates.

Select one:
d.

Instance variables

You might also like