How to create interface in java
How to create interface in java
Does the Java support multiple inheritance?No, Java does not support multiple inheritance but there is always an alternative approach for everything that the Java does not support.For multiple inheritance Java has an approach called “Interface”. Interface java What is Interface?We can define interface as “A means of achieving full abstraction and multiple inheritance”.An interface contains…
View On WordPress











