I know an Interface extends another Interface in java.So, Is this possible to inheriting constants and methods from the super interface.If i have any restrictions on inheriting then please guide me to get knowledge about it
I know an Interface extends another Interface in java.So, Is this possible to inheriting
Share
What do you mean by extending constants?! all child interfaces/classes inherit ALL constants and methods from the super class/interface