What is a class What is an interface Basic programming questions
Anonymous
All java code is defined in the class. Class includes method and variable. Interface: multiple inheritance cannot be achieved in java, so using interface overcome this issue. An interface can only have method declaration, but no method implementation.
Check out your Company Bowl for anonymous work chats.