What are associative classes?
Answers were Sorted based on User's Feedback
Answer / praveen kumar
same operation in some classes and that classes must have
the generalisation among them is called Associative Classes
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / 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 |
Answer / mak
A class derived from association then it is called association class
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the best tool for modeling and ORM framework
Can an interface implement or extend another interface?
What is the diffrence between an abstract class and interface?
If a class inherits an interface, what are the 2 options available for that class?
Can we reduce the visibility of the inherited or overridden method ?
Is it possible to override private virtual methods?
What is the main advantage of using inheritance?
Differentiate between an abstract class and an interface?
Comment: C++ "includes" behavior and java "imports"
What is Abstract method and how different from Virtual Method?
What do you meant by static and dynamic modeling?
What is diamond inheritance problem? How java 8 solves this problem?