Posts

Showing posts with the label Rules and use of Method Overriding

Zeek_48_MethodOverriding.java

/* ----->Method Overriding- In Java If subclass (child class) has the same method as declared  in the parent class