Can a varargs method be overloaded?



Can a varargs method be overloaded?..

Answer / Kajal Srivastava

No, you cannot overload methods with varargs (params) in C#. The method signature must be unique for overloading to work.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More OOPS Interview Questions

What is difference between oop and pop?

1 Answers  


Why do we use inheritance?

1 Answers  


What is the correct syntax for inheritance? 1) class aclass : public superclass 2) class aclass inherit superclass 3) class aclass <-superclass

6 Answers   Wipro,


Why do we use class in oops?

1 Answers  


What is protected in oop?

1 Answers  


What are the 3 pillars of oop?

1 Answers  


What are the different forms of polymorphism??

8 Answers   Mantaq, NUC, PCS,


Program to open a file with First argument

1 Answers   TCS,


Why we are use # in begning of programme of c++.

2 Answers   Syntel,


143.what is oops principles?

10 Answers  


Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?

1 Answers   TCS,


Write a program to accept a number and to print numbers in pyramid format? for eg:for a no. 5 1 212 32123 4321234 543212345

7 Answers  


Categories