Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 251 Bytes

File metadata and controls

8 lines (7 loc) · 251 Bytes

LibrarySystem

A library system that makes use of Interface and Java OOP concept.

Interfaces: IController, ILibrary; Controller implements IController; LibraryItems implements ILibrary; Books extends LibraryItems; Periodicals extends LibraryItems;