You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MicroByte Title: How does an interface in Java work?
Domain: Connection between a different service provider and client using it.
Scope of learning for learners: Learners will get an idea about the different Service provider that how they make a interface connection with the Client using their Service and helps the main framework of applications.
Activities:
It is used to achieve total abstraction.
Since java does not support multiple inheritances in the case of class, by using an interface it can achieve multiple inheritances.
Any class can extend only 1 class but can any class implement infinite number of interface.
It is also used to achieve loose coupling.
The text was updated successfully, but these errors were encountered:
MicroByte Title: How does an interface in Java work?
Domain: Connection between a different service provider and client using it.
Scope of learning for learners: Learners will get an idea about the different Service provider that how they make a interface connection with the Client using their Service and helps the main framework of applications.
Activities:
It is also used to achieve loose coupling.
The text was updated successfully, but these errors were encountered: