What are associative classes?
Answer Posted / debalina
an associative class is used to model associations that
have methods and attributes. Associative classes are
typically modeled during analysis and then refactored
during design.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Can constructors be parameterized?
Explain about overriding polymorphism?
What is function override?
Difference between composition and inheritance ?
What are the rules to define a functional interface?
Define a good interface?
Is it possible to override private virtual methods?
What are different ways to create string object?
What is a constructor in class?
What do you mean by operator overloading?
What are sealed modifiers?
Explain colloboration
Can we have default method with same name and signature in the derived interface as the static method in base interface and vice versa?
Explain the abstract class modifier?
What are the different principle of OOPS?