A registration application for a school:
UML diagram types are:
Case
Object
Sequence
Collaboration
Statechart
Activity
Component
Deployment
I'm asking for a component diagram
info to assist in creating diagram:
SSN
address
amountBalance
new()
getStudentInfo()
registerForClass()
registerForClass(classIDnum)
calls AddStudent(classIDnum)
checks the number of enrolled student (in database)
compares with class size
dropFromClass()
viewClassSchedule()
displayAmountOwed()
addCharge()
makePayment()