Explain Class Diagram in Detail.

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we have default method with same name and signature in the derived interface as the static method in base interface and vice versa?

571


Differentiate between an abstract class and an interface?

568


Explain about instance in object oriented programming?

575


Why dynamic binding is used in object-oriented programming?

618


What is the difference between a virtual method and an abstract method?

546






How does abstraction differ from encapsulation.

578


What are the properties that are defined in an object model?

521


What is diamond inheritance problem? How java 8 solves this problem?

673


Explain about multiple inheritance?

637


Can you create an instance of an abstract class?

576


How to define an interface?

593


Explain the different types of constructors

530


What is a static method? Why do we need static methods in java 8 interfaces?

675


Explain OOPS.

611


Differences between functional programming and object-oriented programming?

551