Skip to content

Joeboy77/LMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 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.
  • The AppTest.java should serve as a guid to see the test case. Just observe do not change.

Testing

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

Submission

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

Good luck - Joe!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages