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
What is operator overloading and polymorphism?
What is Abstract method and how different from Virtual Method?
State about java and its relation to object oriented programming?
Can you give some examples of tokens?
How can we call the base method without creating an instance?
Describe inheritance and non-inheritance of a derived class?
What are the major differences between late and dynamic binding?
What is the syntax of object oriented method call?
Do we require parameter for constructors?
What is polymorphism and abstraction?
What is the difference between public, private and protected access modifiers?
What is the default access modifier in a class?
Explain persistence?
What is the difference between class inheritance and interface inheritance?
How can we restrict inheritance for a class so that no class can be inherited from it?