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...
-
An interface in Java is blueprint of a class. It can achieve abstraction and provides multiple inheritances. Interface is similar to ab...
No comments:
Post a Comment