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
Why unicode is important?
What is string builder?
What java ide should I use?
What is Gang of four design patterns
What are java threads?
Write a java program to print fibonacci series?
Is linkedlist thread safe in java?
enlist some features of jdk.
What is procedure overloading?
Why java is object oriented?
What is the string function?
What is set in java?
What is the purpose of lambda expressions?
What must a class do to implement an interface in java programming?
What is the method to expand and collapse nodes in a jtree?