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 the difference between new and override?
Can we use static method definitions in interfaces?
What is an abstraction?
What is garbage collection(gc)?
Explain the meaning of object in object oriented programming?
What is diamond inheritance problem? How java 8 solves this problem?
What are virtual functions, base class pointer, derived class pointer, biding references?
What is the default access modifier in a class?
Describe inheritance and non-inheritance of a derived class?
What are the properties that are defined in an object model?
How do you prevent a class from being inherited by another class?
Is is possible to define our own functional interface?
Differences between functional programming and object-oriented programming?
Explain serialization and overriding?
What is meant by overloading functions and operators?