You are on page 1of 1

EDZEL’S SOURCE NUMBER 7

This is the most restrictive and most commonly used access modifier. If you use the this

modifier with an attribute or method, it can only be accessed within the same class.

Select one:

a.

Private

The class that extends the features of another class is known as _____________?

Select one:

a.

B and C

The superclass constructor can be called explicitly using the ____________________ ?

Select one:

d.

Super Keyword

This is the least restrictive access modifier. Methods and attributes that use the public

modifier can be accessed within your current class and by all other classes.

Select one:
b.

Public

The process by which one class acquires the properties (data members) and

functionalities(methods) of another class.

Select one:

a.

Inheritance

You might also like