oop - Is this possible to an Interface inherit constants and methods from Super Interface in java? -


i know interface extends interface in java.so, possible inheriting constants , methods super interface.if have restrictions on inheriting please guide me knowledge it

what mean extending constants?! child interfaces/classes inherit constants , methods super class/interface


Comments

Popular posts from this blog

JQuery Autocomplete without using label, value, id -

c++ - Accessing inactive union member and undefined behavior? -

JAVA - what is the difference between void and boolean methods? -