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 main difference between a class and an object?
Can an interface inherit from another interface?
What are the various types of constructors?
What is early and late Binding?
What is difference between encapsulation and abstraction?
What are the four important foundation concepts of OOP ?
Explain OOPS.
Define Data Abstraction. What is its importance?
What is meant by inheritance? what are the advantages of inheritance?
What is the syntax of object oriented method call?
Why are outlet connections required in object-oriented programming?
Can we have default method with same name and signature in the derived interface as the static method in base interface and vice versa?