Classes and UML

Mar 24, 2013 at 11:27pm
Create a class representing project activities. In this class include all the required data members and member functions. Each activity should have a record of activity duration, calculated early start, early finish, late start, late finish, free float, and total float. Each activity may or may not maintain a list of its successors and predecessors. Provide your design in UML and implement it in C++ using an interface head file and an implementation source file.

I do not understand classes or UML designs. Please help.
Last edited on Mar 24, 2013 at 11:35pm
Mar 25, 2013 at 2:58am
I do not understand classes or UML designs. Please help.


I would suggest learning about classes and UML.
Mar 25, 2013 at 10:31am
Understanding classes is about as basic as it gets in C++ programming, and in any OO programming. This is basic tutorial stuff, and you're bound to find loads of good tutorial material with a Google search.

Ditto UML - I'm sure there are some UML tutorials out there to be found.
Topic archived. No new replies allowed.