UML Diagram

Design class for given UML Diagram

Problem statement: For given UML diagram we have to write Classes. This type of question is asked in technical interview to test the basic understanding of UML. In below UML Diagram, Animal class has been extended/Derived from the Tiger base class. Answer: Given UML diagram is wrong as it does not follow the β€œIS-A” relationship […]

What is UML Diagram- Unified Modelling Language?

Answer: The UML (Unified Modelling Language) Diagram is a standardized modelling language of describing, designing and documenting a software system in object-oriented software engineering. There are many UML diagrams like Class diagram, Sequence diagram & Activity diagram etc. that are used to model software system, behaviour and business processes of the system. Major goal of […]

What are two main categories of UML diagram?

Answer: Two main categories of UML diagram are Structural and Behavioural diagrams. These diagrams explain the static and dynamic characteristics of the system. Structural diagram shows static characteristics whereas Behavioural shows dynamic. For example Structural Diagram: Class, Object & Package diagram etc. Behavioural Diagram: Use Case, Sequence & Activity diagram etc.

Scroll to top