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 an abstraction?
What is the difference abstract class and interface?
What is inheritance in java?
What is data abstraction? what are the three levels of data abstraction with Example?
What is the default access modifier for a class,struct and an interface declared directly with a namespace?
What is a virtual function?
What are base class, sub class and super class?
How to achieve data abstraction?
What is the difference between oop and sop?
Where shall I go for Package Diagram?
What is the difference between an interface and abstract class?
What are the features of encapsulation ?