Posted By:
dush_patel
Posted On:
Monday, November 18, 2002 12:27 AM
The UML for this classes. A f() and g() B h() Now, Case 1: A.f() { A.g() B.h() } Case 2: A.f() { A.g() } A.g() { B.h() } Now, for this two cases....wat will be the UML in the old version and new version. Thanks...
More>>
The UML for this classes.
A
f() and g()
B
h()
Now,
Case 1:
A.f()
{
A.g()
B.h()
}
Case 2:
A.f()
{
A.g()
}
A.g() { B.h() }
Now, for this two cases....wat will be the UML in the old version and new version.
Thanks...
<<Less