عرض المشاركة وحيدة
  #1  
قديم 12/04/2009, 09:32 AM
صورة عضوية ماكس9
ماكس9 ماكس9 غير متصل حالياً
عضو نشيط
 
تاريخ الانضمام: 06/05/2008
الإقامة: Oman
الجنس: ذكر
المشاركات: 442
افتراضي مرحبا فيكم ممكن مساعدة في لغة c++

مرحبا فيكم ممكن مساعدة
مطلوب مني عمل هذا الأسايمنت بس ما عرفت أحله ولكم جزيل الشكر والتقدير
Purpose:

1. Design, implement, test and document a multi-class system using C++.
2. Use advanced features and techniques of object oriented programming appropriately, such as inheritance, polymorphism and operator overloading.

Scenario An Automotive showroom maintains the details of
a) Cars (like Company (Toyota, Honda etc), model, De******ion, price)
b) Booking information (like Booking number, car, date_of_booking, delivery_date )


Assignment Questions Marks
Task #1: Design a multi class system to manage the details of cars and bookings of atleast 5 cars and 5 bookings. Focus on the following:

a) Display the delivery_date given the booking number.
b) Display the most popular car (Depending on the booking)
c) Offer a discount of 3% on ‘Toyota’ cars.

Demonstrate the use of the following concepts in the system
i) Constructors
ii) Polymorphism
iii) Templates



Deliverables:

A Report inclusive of the following:

Class Structure (of all the classes used) in C++
Members in the respective classes
Implementation of the methods, constructors, operator overloaded methods.
Justification on the choice of class design, access specifiers, overloading etc.
Code (Soft Copy and Hard Copy)
References 10