CLASS DIAGRAM Library management Class diagram it has the following classes.
ABSTRACT CLASS Abstract class is represented using italic fonts.
CLASSES USED IN LIBRARY MANAGEMENT SYSTEM:
The classes are as follows
Student
Book
Finecalc
Issue
Return
Student:
It’s attributes are
Name
Regno
Studid
Branch
Address
It’s methods are
getdata()
disdata()
insert()
delete()
update()
Book:
It’s attributes are
Name
Author
Publisher
Price
Quantity
Accno
It’s methods are
getdata()
disdata()
insert()
delete()
update()
search()
Finecalc:
It’s attributes are
studid
accno
issue date
return date
amount
It’s methods are
check()
calc()
Issue:
It’s attributes are
studname
studid
studregno
bookname
accno
issuedate
returndate
author
It’s methods are
check()
entry()
price()
Return:
It’s attributes are
stud_name
stud_id
stud_regno
bookname
accno
issuedate
returndate
author
It’s methods are
check()
entry()
return()
CONCLUSION Thus the class diagram for library management system was constructed.
0 comments:
Post a Comment