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 |
What is difference between oop and pop?
Why do we use inheritance?
What is the correct syntax for inheritance? 1) class aclass : public superclass 2) class aclass inherit superclass 3) class aclass <-superclass
Why do we use class in oops?
What is protected in oop?
What are the 3 pillars of oop?
What are the different forms of polymorphism??
Program to open a file with First argument
Why we are use # in begning of programme of c++.
143.what is oops principles?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
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