Explain Class Diagram in Detail.
Answers were Sorted based on User's Feedback
Answer / naveen sisupalan
Class diagram will give you a static picture of the system
irrelevant to time. It also represents the relationship
between classes.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / 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 |
Define Data Abstraction. What is its importance?
What are different ways to create string object?
What are the limitations of oops?
Why use oops?
What are the different types of inheritance?
Explain what is polymorphism?
What is the order of call of constructors in inheritiance?
How to make a class accessible as a web service?
Explain persistence?
Can we access interface static method using interface references?
A class inherits from 2 interfaces and both the interfaces have the same method name as shown below. How should the class implement the drive method for both car and bus interface?
What is an abstraction?