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 / anusha
IT IS METHOD OVERLOADING
| Is This Answer Correct ? | 4 Yes | 13 No |
Post New Answer View All Answers
Is nullpointerexception checked or unchecked?
What ide should I use for java?
What is an exception in java?
What is a container in a gui?
what is meant by encapsulation?
What are the main concepts of oops in java?
What restrictions are placed on method overloading in java programming?
Write a code to create a trigger to call a stored procedure
What is a class in java?
Can you pass by reference in java?
How many bits is size_t?
Explain tree set and its features?
What are the restrictions that are applied to the java static methods?
What is the biggest integer?
How do you do math powers in java?