Explain covariant method overriding in java.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

Name four container classes.

0 Answers  


when to use abstract class and when to use interface?

16 Answers   Exterro, iGate, IonIdea,


int a=1,b=10; System.out.println(a+b--);

12 Answers   HCL,


What is the purpose of finalization in java programming?

0 Answers  


Should a main method be compulsorily declared in all java classes?

0 Answers  






How do you invoke a method?

0 Answers  


How do you do descending order in java?

0 Answers  


Garbage collection in java?

0 Answers  


Which is the class in java?

0 Answers  


Why main() method is public, static and void in java ?

0 Answers  


What is advantage of using threads?

2 Answers   BMC,


Why are the destructors for base class and derived class called in reverse order when the program exits

0 Answers   HCL,


Categories