Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How can you overload a method?

Answer Posted / guest

Different parameter data types, different number of
parameters, different order of parameters

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is generic in c#?

815


What is poco c#?

847


In a C# class we have a SortedList member m_addinProjects we want to provide an iterator to allow the consumer of this class access to the items in the collection. Please provide an iterator method for the AnalyzeAddinsDLL class below and an example of how it would be used. namespace AnalyzeAddinsDLL { public class AllAddInProjects { private SortedList m_addinProjects; public AllAddInProjects() { m_addinProjects = new SortedList(); } } }

2218


What's your approach to fetch static data in your windows form application?

935


Difference between directcast and ctype.

958


Write a C# program to find the Factorial of n

923


What is difference between private and protected in c#?

890


What sort algorithm does c# use?

854


What are the basic string operations? Explain.

911


What is concatenation and when should it be used?

947


What is the difference between CreateObject() and GetObject()?

1021


Can private virtual methods be overridden in c#.net?

849


can you declare an override method to be static if the original method is not static?

955


What is difference between Trace and Debug

1018


What do you mean by synchronous and asynchronous operations?

896