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 is the default access modifier in a class?
What is data encapsulation and what's its significance?
Explain about the design phase?
What's the main difference between arraylist / hashmap and vector / hashtable?
Can an interface have an inner class?
Explain what is object oriented programming language?
How a program can be structured using the concept of object oriented programming?
Explain the rationale behind object oriented concepts?
explain the difference between operator overloading and function overloading.
Differentiate between overloading and overriding.
Difference between abstraction and implementation hiding ?
Can an interface inherit from another interface?