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
Explain what an object is.
What is polymorphism and abstraction?
Explain about message passing in object oriented programming?
What is diamond inheritance problem? How java 8 solves this problem?
Explain the meaning of object in object oriented programming?
Can you create an instance for an abstract class?
State about java and its relation to object oriented programming?
Explain about uml?
Can a class in java be inherited from more than one class?
Why use oops?
What is data abstraction? what are the three levels of data abstraction with Example?
What are base class, sub class and super class?
What is the difference between class and interface?
Explain the use of Vtable and what are the various problems to override the functions?
Explain the abstract class modifier?