Explain few Class Diagramming Guidelines?

Questions by shivaraj.gk

Showing Answers 1 - 6 of 6 Answers

ALISHA

  • Nov 13th, 2007
 

Class diagram contains three parts. First part represents the class name, second part represents the attributes of the class, third part represents the functions of the class.

  Was this answer useful?  Yes

Prof.M.Shamsunder

  • Dec 20th, 2014
 

Class diagram contains three parts. First part represents the class name, second part represents the attributes of the class, third part represents the functions or Methods of the class. To identify the potential classes identify all nouns, verbs, adjectives, GK, Actors, Collaborative classes. Ex. Bank has head office (Association Releation) BANK & OFFICE, Bank has Customers, Customers have Accounts , accounts has a type (saving, Current, FD, NRI Acct etc), Customer makes transaction. ( All these r potential classes) identify the releationship between two classes like ASSO, AGGRE, COMPOSI & Gen & Special

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions