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
Tell me something about abstract classes?
Write down how will you create a Binary tree?
What is operator overloading?
Can constructors be parameterized?
Why dynamic loading is used in object-oriented programming?
What is bootstrap, extension and system class loader? Or can you explain primordial class loader?
Describe the Diamond problem. Where does this problem occur?
What is static and dynamic Binding?
What does it mean that a method or class is abstract?
What are virtual functions, base class pointer, derived class pointer, biding references?
State some of the advantages of object oriented programming?
What is the difference between class inheritance and interface inheritance?
Can an interface contain fields?
What is Abstract method and how different from Virtual Method?
What is the difference between a virtual method and an abstract method?