Java Notes
Java Notes
15-Array is a data structure that represents a collection of the same types of data
and the value of the variable is null, size is fixed.
16-The state of an object (also known as its properties or attributes) is
represented by data fields.
26-Overloading means to define multiple methods with the same name but
different signatures. Overriding means to provide a new implementation for a
method in the subclass
27-Private members can be accessed only from inside of the class, and public
members can be accessed from any other classes.