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
How will you define abstract classes?
what three "domains" are considered during analysis modeling?
What is virtual multiple inheritance?
Explain the use of Vtable and what are the various problems to override the functions?
what is full form OOP?
Can I implement polymorphism using abstract class?
Why dynamic binding is used in object-oriented programming?
Define a good interface?
Write basic concepts of oops?
What is difference between encapsulation and abstraction?
What is the difference between a virtual method and an abstract method?
What is composition? Explain the purpose of composition.
What are the features of encapsulation ?
Is it possible to override private virtual methods?
Is iterator a class or interface? What is its use?