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 |
If a class inherits an interface, what are the 2 options available for that class?
Explain about abstraction?
Write a program to show the inheritance used in a class.
What is multiple inheritance? How java 8 supports multiple inheritance?
Differentiate between an abstract class and an interface?
Can we access interface static method using interface references?
What is inheritance?
What is an interface?
What is meant by function overloading and function overriding?
Explain about the design phase?
What are the features of encapsulation ?
What is difference between polymorphism and normalization?