Suppose a class acts an Actor in the problem domain, how to
represent it in the static model?
Answers were Sorted based on User's Feedback
Answer / avik
Class diagram bcoz it is describe the static structure of objects in a system.
| Is This Answer Correct ? | 4 Yes | 0 No |
What do you meant by static and dynamic modeling?
If there is a conflict between base class method definition and interface default method definition, which definition is picked?
Explian following terms: Constraint Rules, Design by contract.
What is static and dynamic Binding?
What do you mean by Realization?
Can you create an instance of an interface?
Can a class in java be inherited from more than one class?
What are the various types of constructors?
Difference between encapsulation and data hiding ?
Give any criteria when you use an abstract class and an interface?
0 Answers Sans Pareil IT Services,
Why do we separate interface from implementation?
What if we override the conflicting method in the class?