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 |
Can different parts of a partial class inherit from different interfaces?
How to make a class accessible as a web service?
Whether static method can use nonstatic members?
Can an interface contain fields?
Can we use static method definitions in interfaces?
Why do we separate interface from implementation?
Explain about inheritance in oops?
What are the properties that are defined in an object model?
What is a functional interface? What is sam interface?
Do we require a parameter for constructors?
Explain method overriding.
How can we restrict inheritance for a class so that no class can be inherited from it?