Object Oriented Programming (CS304) Assignment No.4: Deadline
Object Oriented Programming (CS304) Assignment No.4: Deadline
Assignment No.4
Deadline
Your assignment must be uploaded before or on 1st of June, 2009
Objectives
The objectives of this assignment are,
o Practically implementing basic Object Oriented concepts using c++.
Assignment
Introduction:
Until now we have finalized the Object model along with associations and cardinality
now it is time to start implementing it practically, this assignment is simply start of c++
coding.
Description:
In this assignment you have to Make a project in Dev c++ in which you will add header
(.h) and implementation files (.cpp) against each class in your final solution of object
model of Assignment no.3. Note that in this assignment you don’t need to add code you
just need to add the blank files for each class like shown in the image below for an
example University Learning Management System(this example has been taken from last
semester assignment),
1. Although it is NOT required in this assignment you can also get code using
ArgoUML for each class in your Object Model by selecting that class and
clicking on Source option (select c++ in language) as shown in image below it
will help you in later assignments in which we have to add code in these files.
2. This process will also show you the importance of object modeling as we can
easily get code once we have drawn good object model.
3. Only header files code is generated, we have to write implementation (methods)
code by our self also we have to make minor adjustments in the generated code
however it saves our typing time considerably.
Uploading Instructions: