Difference Between Attribute and Association.
Answer Posted / naveen sisupalan
Attribute is the property or state of a class and
association is the relationship between two classes.
Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Explain about the analysis phase?
How do you prevent a class from being inherited by another class?
Write down how will you create a Binary tree?
What are the different types of inheritance?
Can we use static method definitions in interfaces?
What is dynamic or run time polymorphism?
What is the use if instanceof keyword?
What are the different principle of OOPS?
Can an interface contain fields?
What is sealed modifiers?
What is data encapsulation and what is its significance?
What are virtual functions, base class pointer, derived class pointer, biding references?
What is function override?
Why is class hierarchies managed in object-oriented programming?
When will you use an interface and abstract class?