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 are the limitations of inheritance?

1 Answers  


Does a class inherit the constructor of its super class?

1 Answers  


Explain the different types of constructors

1 Answers  


What is inheritance in java?

3 Answers  


What is Object Constraint Language (OCL)?

1 Answers   Protech,


Explain basic concepts of OOPS?

1 Answers  


Explain about a class in oop?

1 Answers  


Can you create an instance for an abstract class?

1 Answers  


What is inheritance?

7 Answers   Protech,


Why should project managers complete hard problems first in an OOSAD project?

3 Answers  


What is composition? Explain the purpose of composition.

1 Answers  


Why is OOP good?

1 Answers  


Categories