Tag Archives: oop
Java 8 : Default method in Interface
This article contains… What is Default methods ? Why Default methods ? Example of various scenarios using Default methods Default methods and multiple inheritance Behavior when extending interface.
Unit 2 (Prog 8) : Encapsulation in JAVA
Content : What is Encapsulation ? Difference between Information hiding and Encapsulation. How to implement : Example of Encapsulation Why we need Encapsulation ?