/LibrarySystem

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

Primary LanguageJava

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;