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...
-
Inheritance is a compile-time mechanism. A super-class can have any number of subclasses. But a subclass can have only one superclass. This...
No comments:
Post a Comment