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 static binding
Explain about realistic modeling?
Can you call the base class method without creating an instance?
Explain about the relationship between object oriented programming and databases?
Does PowerShell support OOPs?
Can you create an instance of an interface?
What is a static method? Why do we need static methods in java 8 interfaces?
Why do we separate interface from implementation?
What is the main difference between overloading and overriding?
What is the main difference between a class and an object?
What are the different principle of OOPS?
What are the features that are provided to make a program modular?
What are the limitations of oops?
What is the practical implementation of inner classes?
What is the default access modifier for a class,struct and an interface declared directly with a namespace?