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
Can we have default method with same name and signature in the derived interface as the static method in base interface and vice versa?
What is a static method? Why do we need static methods in java 8 interfaces?
What's the order of call of constructors in inheritiance?
How to make a class accessible as a web service?
Explain the rationale behind object oriented concepts?
Can we override static methods of a class?
what is full form OOP?
What is an abstract property. Give an example?
What is the main use of message metaphor in object-oriented programming?
State two differences between an object and a class.
What is meant by function overloading and function overriding?
What is the difference between class inheritance and interface inheritance?
What do you mean by data hiding?
What is multiple inheritance? How java 8 supports multiple inheritance?
explain dynamic binding