Answer Posted / shadab
we can easily overload method in C#
this concept is called method overloading.
there are there ways to pass parameter in method
to perform overloading
1>number of parameter
2>Data types of parameter
3>sequence of parameter
for more details visit my blog
http://www.shadab-programminghelp.blogspot.com
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What debugging tools come with the .NET ssSDK?
What are the steps to create a webservice and consume it?
Is null in c#?
What does dbml mean?
What is int32?
State whether it is true to test a Web service you must create a windows application or Web application to consume this service or not?
What is the class in c#?
In dynamic link library, which api is used for load library?
What is the difference between finalize() and dispose() methods?
Can I use parseint?
What is thread in c#?
What are the Types of optimization and name a few and how do u do?
Can list contain duplicates c#?
What is gac? How to put assembly in gac?
What Is The Difference Between The System.array.copyto() And System.array.clone()?