What is method overload and method override?Method Overload:method overload means methods contain with same name and difference in the parametersThis difference may be in the -> sequence of the parameters -> number of the parameters -> type of the parametersMethod Override: Method Override means methods with same name and same parameters. This override performs in parent and child classesWhat is a static keyword in Java?If applies...
Tuesday, August 17, 2021
Subscribe to:
Posts (Atom)