Interfaces and Enumerators | Java Tutorial

Опубликовано: 27 Май 2026
на канале: musicode
73
0

There are a few code elements in Java beyond abstract classes that also use abstraction. Two of them are interfaces, which provide a shell for the methods in its classes, and enumerators, which are like classes but more specific.
If you have any questions or comments about the video, please comment! I’ll do my best to answer all questions.

This is one video in a series about the basics of the Java programming language.
The next video is about testing and debugging.    • Testing and Debugging | Java Tutorial  
Playlist with the entire series:    • Java Tutorials  
GitHub repository with all the code: https://github.com/varCepheid/java-tu...