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

Explain about overriding polymorphism?

0 Answers  


Explain the rationale behind object oriented concepts?

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  


Explain the term constructor

0 Answers  


Explain OOPS.

0 Answers   Ittiam Systems,






Explain method overriding.

0 Answers  


Explain the usage of encapsulation?

0 Answers  


Why dynamic loading is used in object-oriented programming?

0 Answers  


Can we access interface static method using interface references?

0 Answers  


What are the access modifiers?

0 Answers  


What are the various types of constructors?

0 Answers  


If a method definition has been specified in class , its base class , and the interface which the class is implementing, which definition will be picked if we try to access it using interface reference and class object?

0 Answers  


Categories