Difference Between Attribute and Association.
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / praveen kumar
By Attribute be\haviour we cam\n give the relation either
Association, Dependancy, Generalisation, Realisation
| Is This Answer Correct ? | 1 Yes | 1 No |
Explain about abstraction?
Can we use static method definitions in interfaces?
What is a static method? Why do we need static methods in java 8 interfaces?
Explain about object oriented programming?
How do we implement serialization actually?
What is abstraction? How does it differ from encapsulation
If a method definition has been specified in the base class and the interface which the class is implementing, which definition will be picked if we try to access it using interface reference and class object?
what is the difference between the up phase and up workflows?
Explain about uml?
Explain the term constructor
State some of the advantages of object oriented programming?
What is the difference between a virtual method and an abstract method?