More on the Library Project
Was thinking further on this and found a basic idea of the classes I would see..
- Book
- Properties
- Id
- title
- author1
- author2
- author3
- isbn no
- language
- type
- printed matter [default]
- dvd
- CD
- meta tags [comma delimited]
- year of publishing
- edition #
- issue cycle (days)
- No of copies
- Methods
- add
- remove
- update
- add a copy
- Lib Transactions
- Properties
- date of issue
- member id
- book id
- date of return
- Methods
- issue book
- return book
- Member
- Properties
- Name
- age
- address
- sex
- Methods
- Add
- delete
- update
No comments:
Post a Comment