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 about encapsulation?
What are the different types of arguments?
How does abstraction differ from encapsulation.
Can I implement polymorphism using abstract class?
What is a default method? Why do we need default methods in java 8 interfaces?
Define a good interface?
Why is OOP good?
Does a class inherit the constructor of its super class?
What are the limitations of oops?
What are the properties that are defined in an object model?
What are manipulators?
Define Data Abstraction. What is its importance?
How to make a class accessible as a web service?
Give any criteria when you use an abstract class and an interface?
What is the difference between a class and a structure?