Gandlfer / LibrarySystem

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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;

About

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


Languages

Language:Java 100.0%