Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 271 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 271 Bytes

Library management system

##About: Implemented a student library system using OOPs where students can borrow a book from the list of books.

##Details:

  1. Created a separate classes for Library and Student .
  2. I've used constructors
  3. This program is menu driven.