Suppose a class acts an Actor in the problem domain, how to
represent it in the static model?
Answer Posted / avik
Class diagram bcoz it is describe the static structure of objects in a system.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is virtual multiple inheritance?
What is meant by “abstract interface”?
Can a class implement two interfaces having default method with same name and signature?
Can a class in java be inherited from more than one class?
What is overriding?
What is serialization? How do we implement serialization actually?
Do we require a parameter for constructors?
What is the function of pure virtual functions?
Explain what is an object?
What is difference between encapsulation and abstraction?
What is the difference between a class and an object?
How many methods do u implement if implement the serializable interface?
Is it possible to provide method implementations in java interfaces? If possible, how do we provide them?
Define modularity?
What is dynamic or run time polymorphism?