Explain Class Diagram in Detail.
Answer Posted / 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 |
Post New Answer View All Answers
Which OOPS concept exposes only the necessary information to the calling functions?
What is an interface?
Explain about instance in object oriented programming?
Can an interface contain fields?
Differentiate between data abstraction and encapsulation.
What is the significance of encapsulation?
Explain the abstract class modifier?
What is the diffrence between an abstract class and interface?
What is difference between encapsulation and abstraction?
Can constructors be parameterized?
Can you create an instance for an abstract class?
What are abstract classes?
What is the difference between abstract & interface?
What is the syntax of object oriented method call?
What is a virtual function?