Skip to content

Files

Latest commit

 

History

History

07-Inner-Abstract-Classes-&-Interfaces

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Inner Abstract Classes and Interfaces

These project shows an example of inner abstract classes.


Here you can see class Album and Song which are used and called by main. Allot of the code has been commented, this is also a part of the example and can be used to understand the concept. Pls un-comment the needed parts and run the code if needed.