Skip to content

rolandhimself/dcit201-classroom-lms-LMS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Library Management System Assignment

This project is to test students understanding so far on encapsulation, classes, objects and core java

Objective

Develop a Java program to simulate basic operations in a library management system, focusing on object-oriented programming principles like classes, objects, encapsulation, and constructors.

Requirements

  • Implement the Book, Library, and Patron classes with the specified attributes and methods.
  • Ensure proper use of encapsulation.
  • Use constructors for initializing objects.
  • Simulate operations in the App class.
  • LMS/app/src/test/java/org/example/ that will be your working file. There already exist a book class. Don't touch the test file.

Testing

Ensure your program passes all tests by running the included test suite.

Submission

Push your final changes to your GitHub repository and make sure your latest commit is before the deadline.

Good luck - Joe!

About

dcit201-classroom-lms-LMS created by GitHub Classroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%