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
Explain about a class in oop?
Why is message passing between the objects important?
What are abstract classes?
How many instances can be created for an abstract class?
What is the benefit of Composition over Inheritance?
What is the order of call of constructors in inheritiance?
Can we have a default method definition in the interface without specifying the keyword "default"?
Name the different creational patterns in object oriented design?
What are the Differentiate between abstraction and encapsulation.
Do we require a parameter for constructors?
Can we have default method with same name and signature in the derived interface as the static method in base interface and vice versa?
Can an interface inherit from another interface?
What is the significance of encapsulation?
What are sealed modifiers?
what is virtual function and pure virtual function ?