FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Java-Essentials/Implementing_Interfaces_in_Java at master · Sayantan7D/Java-Essentials · GitHub

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

#Interfaces in Java

Interfaces are very crucial to the Java Programming language.

With the use of interfaces we can enhance the code readability and code reusability.

Interfaces contain abstract methods which gets completed in the implementing class.

I have shown two simple programs depicting the use of interfaces.

Program 1 - Phone interface

Program 2 - Game interface

If you have any suggestions, do let me know.

Thank You !


Back | FazBrowse Home | New Git URL