0% found this document useful (0 votes)
157 views

Class Diagram

This document outlines a class diagram for a job portal system with classes for Person, Student, Company, Resume, Jobs, and Feedback. The Person class represents users with login and logout methods. The Student class extends Person with profile details. The Company class represents companies that can add, update, delete jobs. The Resume class handles resume creation and selection for application. The Jobs class supports adding, applying, searching and viewing jobs. The Feedback class is for applicant feedback on jobs.

Uploaded by

aryanshah61203
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)
157 views

Class Diagram

This document outlines a class diagram for a job portal system with classes for Person, Student, Company, Resume, Jobs, and Feedback. The Person class represents users with login and logout methods. The Student class extends Person with profile details. The Company class represents companies that can add, update, delete jobs. The Resume class handles resume creation and selection for application. The Jobs class supports adding, applying, searching and viewing jobs. The Feedback class is for applicant feedback on jobs.

Uploaded by

aryanshah61203
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

Person

User Name
Password

Login()
Logout()

Company 0...*
Admin
Company_id
Company_name
View Jobs()
Approve Jobs() student Username
1
Ques_Id
Remove Jobs()
Student_id Answer
Name Company_Address
Address Company_DETAIL
Email_id Company_email
Contact_no Company_person
Gender Company_contact

1.5
Create Resume Add()
Update Profile() Update()
RESUME_Selection
Delete Profile() Delete()
Download Resume() Job_ide
Company_Name
1 Job_title
0...* Job_Company
Location
Test Marks
Feedback
0
Description
Get Result()
Resume Set Result()
Send()
Request() Academic Details
Name
Personal Details

Upload()
Update()
1

Jobs

Add Jobs()
Apply Jobs()
0 Search Jobs()
View Jobs()

You might also like