Earn in Dollars

PaidVerts

CS304 - Object Oriented Programming Assignment No. 01 Solution Fall 2015 Due Date November 23, 2015
Assignment No. 01 
Semester: Fall  2015
Object Oriented Programming – CS304

Total Marks: 20

Due Date: 23 Nov, 2015

Objectives:
To get a hands on experience in creating Object Model (Class Diagram) of real world problems
Instructions:
Please read the following instructions carefully before submitting assignment:
It should be clear that your assignment will not get any credit if:

  • The assignment is submitted after due date.
  • The assignment is submitted via email.
  • The assignment is copied from Internet or from any other student.
  • The submitted assignment does not open or file is corrupt.
  • It is in some format other than .doc (MS Word Document).

Note: All types of plagiarism are strictly prohibited.

For any query about the assignment, contact at CS304@vu.edu.pk



Case Study
KKJ is a transport company providing its services by means of different vehicles throughout the country. The company currently owns many luxury buses for transportation of passengers among various cities. However company has recently used the shuttle service as well comprising of many cars. For this purpose new staff (car drivers) was hired. A car can be driven by any of the available car drivers.
Objects present in the case study:
  1. Driver
  2. Car
  3. Bus
  4. Vehicle
  5. Passenger
  6. Wheel
  7. Door
  8. Engine

Problem Statement:
You have to draw an Object Model (class diagram) for the given case study.
Object Model must clearly show the relationship between objects.
Object state and behavior is not required to be mentioned at this point.
Hint: Wheel, Door and Engine are parts of bus and driver is only related to car for this scenario.
BEST OF LUCK


solution

For solution : http://q.gs/9TMem
 
Top