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
Why we use oops concepts? What is its advantage?
Define exceptions?
What is the difference between a class and an object?
What if we override the conflicting method in the class?
What do you mean by "explicitly implemeting an interface". Give an example?
What's the order of call of constructors in inheritiance?
Can we use static method definitions in interfaces?
How does abstraction differ from encapsulation.
Explain what is polymorphism?
What is a virtual function?
Can you use virtual, override or abstract keywords on an accessor of a static property?
Why does java not support multiple inheritance?
What is the purpose of late binding in object-oriented programming?
Explain about instance in object oriented programming?
What is hybrid inheritance?