Subscribe to:
Post Comments (Atom)
Abstraction vs Interface
Abstract Interface method abstract and concrete abstract only, support default and static method ...
-
Single inheritance is the most simple form among five types of inheritance. It requires one superclass and one subclass. Examples: Dog I...
-
Method Overriding happens when method signatures are the same for subclass and its superclass. Return types should be either the same or re...
No comments:
Post a Comment