class A
{
public void disp(int a,int b)
{
System.out.println("hai");
}
}
class B
{
public void disp(int a,int b,int c)
{
System.out.println("hai");
}
}
above program is overloading or overriding?
Answer Posted / vijaya mahesh
It is neither overloading nor overriding
| Is This Answer Correct ? | 44 Yes | 4 No |
Post New Answer View All Answers
What will be the output of round(3.7) and ceil(3.7)?
Difference between character constant and string constant in java ?
Realized?
What does %d do in java?
How many characters is 16 bytes?
What is the applet security manager, and what does it provide?
What are the files generated after using IDL to java compiler?
What is string english?
What is passing by reference in java?
What is method in research paper?
What is boolean query?
Why we used vector class?
What is a generic type?
Why main method is called first in java?
What is thread life cycle?