To draw the class diagram for library management system and to identify the attributes and methods of those classes.
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.
Subscribe to:
Post Comments (Atom)
Labels
3D-2D Translation
Algorithms
Batch Programming
C language
C world
C++
DBMS
Ebook
Games
JAVA
Java Programs
JNTU MATERIALS
JNTU PREVIOUS QUESTION PAPERS
JNTU SYLLABUS BOOKS
LAB MANUALS
Linux
Mobile softwares
Networking
Online Programs
PC TIPS
Software Diagrams
Software Engineering
Softwares
System Software
Visual Basic
0 comments:
Post a Comment