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 |
How many instances can be created for an abstract class?
What is a try/ catch block?
Can I implement polymorphism using abstract class?
What is meant by inheritance? what are the advantages of inheritance?
What is the use of finalize method?
Differentiate between data abstraction and encapsulation.
What are the properties that are defined in an object model?
Can you create an instance for an abstract class?
What do you meant by "SBI" of an object?
What are extrinsic and intrinsic connections in object-oriented programming?
How can we restrict inheritance for a class so that no class can be inherited from it?
Can we override static methods? Why?