0% found this document useful (0 votes)
377 views3 pages

CRC Card For Employee Managment System

This document contains CRC (Class Responsibility Collaborator) cards that define classes for an employee management system, including Login, Employee Database, Employee Account, Employee Interface Database, and Employee Interface Implementation classes. The cards describe the responsibilities and collaborations of each class. Three students, Edilawit Dereje, Eyerusalem Desalegne, and Faye Kifle are listed as group members developing the system.

Uploaded by

Daniel Shobe
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
377 views3 pages

CRC Card For Employee Managment System

This document contains CRC (Class Responsibility Collaborator) cards that define classes for an employee management system, including Login, Employee Database, Employee Account, Employee Interface Database, and Employee Interface Implementation classes. The cards describe the responsibilities and collaborations of each class. Three students, Edilawit Dereje, Eyerusalem Desalegne, and Faye Kifle are listed as group members developing the system.

Uploaded by

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

COLLEGE OF ELECTRICAL AND MECHANICAL ENGINEERING

DEPARTMENT OF ELECTRICAL AND COMPUTER


ENGINEERING
OBJECT ORIENTED PROGRAMING

CRC Card For Employee Management System

Section B

Group members ID No.

1. EDILAWIT DEREJE ETS 0399/13


2. EYERUSALEM DESALEGNE ETS 0455/13
3. FAYE KIFLE ETS 0496/13
CRC Card for Employee Managment System

Login Collaboration
 Username Employee Data base(DTB)
 Password
 Login
 Cancel

Employee DTB
Responsibilities Collaboration
 Get number of employees in data base The class of employee objects that the
 Add an employee employee database contain
 Delete an employee
 View all employee
 Update employee
 Exit

Employee Account
Responsibilities Collaboration
 Get employee ID number Friend to the employee DTB class to allow
 Get name access
 Get employee address
 Get salary
 Get age and
 Get gender
Employee Interface DTB
Responsibilities Collaboration
 That works all method of operation Employee DTB
going

Employee interface IMP Collaboration


responsibilities
 It implements the interface The class of employee Interface

You might also like