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?
9 13487Post New Infosys Core Java Interview Questions
How are Structure passing and returning implemented by the complier?
why we cant measure absolute entropy directly,but the change we can?
What is the difference between Decorator and Adapter pattern?
Where's the model?
What are the types of commutation?
in require sap fico questions
What is the company's social media strategy? - Venture Capitalists
What is the composition of cast grade iron 35?
Mention what is the difference between nodupkey and nodup options?
How do you delete a column in word 2007?
Why is logger singleton?
What is a Work Schedule?
Does php support multiple inheritances?
Is it possible to get the source code back from binary file?
I want to print "Hello" even before main() is executed. How will you achieve that?