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...
-
Encapsulation in Java is the mechanism of wrapping data (variables) and code acting on data (methods) together as a single unit. The implem...
No comments:
Post a Comment