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 the need of multiple inheritance?
What is difference between class and interface?
Why use oops?
Which oops concept exposes only necessary information to the calling functions?
Define Destructor?
What is meant by “abstract interface”?
What is the difference between function overloading and over riding?
What is the best tool for modeling and ORM framework
What is a pure virtual function?
Explain about the analysis phase?
What does the keyword virtual represented in the method definition?
Do we require a parameter for constructors?
What is meant by function overloading and function overriding?
Why do we use oops concepts? What is its advantage?
Can you call the base class method without creating an instance?