Suppose a class acts an Actor in the problem domain, how to
represent it in the static model?
Answer Posted / venu
Usecase diagram.
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
What are the limitations of inheritance?
Can you tell something about GDI objects?
What are abstract functions? Why are they used?
Do we require a parameter for constructors?
What are the methods required to create changes in subclasses?
What are extrinsic and intrinsic connections in object-oriented programming?
Can we override static methods of a class?
What are all the operators that cannot be overloaded?
Explain the rationale behind object oriented concepts?
What is ‘this’ pointer?
What do you mean by data hiding?
Explain what is an object?
How do we implement serialization actually?
What is the diffrence between an abstract class and interface?
Are constructors inherited? Can a subclass call the parent's class constructor? When?