Classes and UML

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
I do not understand classes or UML designs. Please help.


I would suggest learning about classes and UML.
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.