Posts

Showing posts with the label Method Overriding In Java

Zeek_48_MethodOverriding.java

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