Denoted by #, serves as an intermediary between two other types of access modifiers
Protected
It is the method that instantiates objects of another prewritten class
Constructor
Also means information hiding, the process of hiding the details of class members in one container
Encapsulation
An access modifier that allows access to all objects
Public
Class extends a class means that the parent class serves as basis for the
Child
An object taking different forms is known as
Polymorphism
Attributes shall be owned by the class who created it only, so the modifier _______ is used
Private
Most class methods are
Public
The ________ operator creates an object of the class type
New
The class used in implementing multiple inheritances
Interface
It is the method that established an object
Constructor
The _____ also refers to get methods
Accessor
The set methods are also known as _________
Mutator
A concept of OOP that allows one class to share members of another class
Inheritance
The class’ ____ can be overloaded using zero or several paremeters
Constructor
Default _____ is created by Java automatically, unless explicitly defined
Constructor
The ____ methods doesn’t contain any parameters in class
Accessor
Arguments are usually sent to ____ methods in a class
Mutator
_____ references is passed on to any object’s non-static class methods; opposite of “super”
This
_____ is a library of classes
Package