If there is a conflict between base class method definition and interface default method definition, which definition is picked?
Define Destructor?
How do I make sure that an object is released in code such as a connection or file object?
Explain the rationale behind object oriented concepts?
What are associative classes?
3 Answers InfoAxon Technologies, Protech,
What is a subclass?
How can I be thrown polymorphically?
Which of the following is tightly bound ? Inheritance or composition ?
Can a class implement two interfaces having default method with same name and signature?
What are the various types of constructors?
What is the use of finalize method?
What is the difference between static and dynamic Classificaition.Give some examples.
1 Answers InfoAxon Technologies, Protech, Wipro,
Can we override a method by using same method name and arguments but different return types?