Skip to content

alien1403/OOP-Concepts-Assignment-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OOP-Concepts-Assignment-1

Create a small application that mimics a library catalog. It needs to be able to add books, delete books and list books. Books are of two kinds: novels and art albums. They both have names and number of pages. Novels have type (like mystery, sf, etc.) while albums have paper quality.

Model these entities (book, novel, album) with different classes and inheritance.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages