Re: Including constructors in Class diagrams.
Posted By:
sanjeev_sharma
Posted On:
Monday, February 21, 2005 11:11 AM
UML does not distinguish between constructor and normal method.This is language specific. For UML it is some operation only. So, you need define it only as an operation.
Re: Including constructors in Class diagrams.
Posted By:
Anonymous
Posted On:
Sunday, February 6, 2005 09:48 AM
The constructors are methods too. If no constructor defined, there is a default constructor without parameters. If you want to define constructors with parameters, you can define them as methods.