See More

public class Chilld implements Grand { public void someMethod(){ } @Override public void Test(){ System.out.println(" This default merthod can be ovvereried"); } }