Core java tutorial for beginners
A tutorial blog which explains different core concepts related to Java along with programming examples
Subscribe to Startertutorials.com's YouTube channel for different tutorial and lecture videos.

Method Overriding

Suryateja Pericherla Categories: Inheritance. No Comments on Method Overriding

In this article we will look at method overriding which is similar to method overloading. Method overriding is a mechanism which supports polymorphism in Java.   What is method overriding?   In the context of inheritance, suppose a base class A contains a method display with zero parameters and sub class B also contains a method display with […]

Read the rest of this entry »