Skip to content

This is a repo for a small project implementing the OOP Fundamentals I've learned so far

Notifications You must be signed in to change notification settings

assem2002/BookStore-OOP-implementation-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BookStore-OOP-implementation-

This is a repo for a small project implementing the OOP Fundamentals I've learned so far

What this small project about

it's about using the OOP fundamentals such as

  • Encapsulation
  • Data hiding
  • Aggregation relations
  • Compostition relations
  • UML Designing

How to follow up with the code

just read the header, it contains all the classes declarations and it has lots of comment lines describing the functions and how they work. it's divided into these main classes:

  • User (admin | reader)
  • Book
  • History
  • Using Mode (Interface)
  • program (flow controler)

Try it yourself

just download the .exe file and signup.

there's a dummy admin mode with the the credintials : (username:reader1) (password:9999)

About

This is a repo for a small project implementing the OOP Fundamentals I've learned so far

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages