//default method : In Java 8 and later, a default method in an interface is a method that has a body (implementation) inside the interface itself. //It is declared using the default keyword.