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 a class?
What is the use of finalize method?
What is a ternary operator?
Explain the rationale behind object oriented concepts?
What is function override?
explain the difference between operator overloading and function overloading.
Define exceptions?
What is the difference between an Abstract class and Interface?
What are the features that are provided to make a program modular?
What are the features of encapsulation ?
Does a class inherit the constructor of its super class?
If a class inherits an interface, what are the 2 options available for that class?
What is the base type from which all structs inherit directly?
Explain method overriding.
How can we restrict inheritance for a class so that no class can be inherited from it?