You are on page 1of 1

Varargs should be last and it should be only 1 in the function paratmeters.

Once an object is assigned to its super class then the super class methods and
variables only will be called but not the instance object only when the subclass or
instance class is not overridden the super class method implementation.
The overridden methods access should be in broader level means super class level
and return values must be narrower level means subclass

You might also like