What is Class Diagram ?

Class Diagram is static diagram which contains following : Classess, Attributes and Relationship
Class is represented by box containg three compartment which contain Class name, attributes ( ie.properties ) and behaviours ( i.e methods ).  Access modifiers are represented in following way in Class diagram :
  1.  "+" for public
  2. "#" for protected
  3.  "?" for private

No comments:

Popular Posts