Answer Posted / praveen kumar
Association is a link between two things
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
How many methods do u implement if implement the serializable interface?
Are constructors inherited? Can a subclass call the parent's class constructor? When?
What is an abstraction?
Explain about abstraction?
Explain about instance in object oriented programming?
What is the difference between public, private and protected access modifiers?
What is the base type from which all structs inherit directly?
What are the rules to define a functional interface?
Difference between abstraction and implementation hiding ?
what is full form OOP?
Explain about inheritance hierarchies?
What are extrinsic and intrinsic connections in object-oriented programming?
What is function override?
If a method definition has been specified in class , its 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's the order of call of constructors in inheritiance?