Why method overloading and method overriding required in java?
Answer / sonu
function overloading is used to achieve dynamic binding, and overriding is used to achieve run time polymorphism , dynamic binding .
| Is This Answer Correct ? | 0 Yes | 3 No |
When do you get classcastexception?
How many ways can an argument be passed to a subroutine?
3 Answers Technological University of the Philippines,
What is final method?
What is the function of java?
What is the purpose of a statement block?
IN java collections we have both interfaces and classes. instead of using interfaces why we can't use classes only like that why we can't use interfaces only. why we need two things interface and class.
what is mutual exclusion? : Java thread
Which Java operator is right associative?
Do we need to manually write Copy Constructor?
Is there any tag in htm to upload and download files?
what r callable statement and give their proper use
class{ ... ... interface myinterface{ ... ... } abstract class{ .. .. } ... .. .. } is this possible to write "Interface and/ or Abstract class inside a class ? if possible whcich one is possible is only interface? is only abstract?