Explain Class Diagram in Detail.

Answers were Sorted based on User's Feedback



Explain Class Diagram in Detail...

Answer / naveen sisupalan

Class diagram will give you a static picture of the system
irrelevant to time. It also represents the relationship
between classes.

Is This Answer Correct ?    5 Yes 1 No

Explain Class Diagram in Detail...

Answer / anu

a class diagram is a type of static structure diagram,which
describes the structure of a system.
which represents the classes, attributes, and the
relationships between the classes.

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More OOAD Interview Questions

What is the difference between class and interface?

0 Answers  


Explain method overriding.

0 Answers  


What is constructor and virtual function? Can we call virtual funciton in a constructor?

0 Answers  


What is a pure virtual function?

0 Answers  


USECASE is an implementation independent notation. How will the designer give the implementation details of a particular USECASE to the programmer?

2 Answers  






What are the limitations of oops?

0 Answers  


Write basic concepts of oops?

0 Answers  


What is the function of dynamic typing?

0 Answers  


What is Abstract method and how different from Virtual Method?

0 Answers  


What are different types of arguments?

0 Answers  


What is static polymorphism?

0 Answers  


What are base class, sub class and super class?

0 Answers  


Categories