Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Why do we use interface in java? what is the concept behind interface when we already have classes? is it necessary for interfaces to have
Why do we use interface in java? what is the concept behind interface when we already have classes? is it necessary for interfaces to have abstract methods?can we have both abstract and non abstract methods? what will happen if we just declare methods but do not define it as abstract inside interface? what will that body structure be called /referred in which just define the methods but do not mention the methods as abstract? How does interface differs from abstract class?
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started