0% found this document useful (0 votes)
15 views1 page

Classe UML

Uploaded by

abdelkarim fatis
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
15 views1 page

Classe UML

Uploaded by

abdelkarim fatis
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Classe UML

University Management System

Class Marks

int studentID
string module
double[] cc
double exam

calculateAverage()
Class Departement displayAllMarks()
updateMarks()
String name
Proffessor head
Student listStudent
Proffessor listProf
Course listCourse
Class Student
Class Person
listAllDepartements() int age
addStudent() double[] marks
int id
removeStudent() String speciality
String name
modifyStudent()
String email
addProf() listAll()
removeProf() addStudent()
getName()
modifyProf() removeStudent()
getId()
modifyStudent()
listAll()
getEmail()
listAll() * searchStudentById()
calculateAverage()
addCourse() gettersAndSetters()
removeCourse()

Class Course
Class Proffessor
int courseId
Strin[] listCourses
String courseName
int age
int coefficient
String diplome
String proffessor

listAll()
assignCourse()
addCourse()
removeCourse()
*
removeCourse()
modifyCourse()
listAll()

You might also like