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...

Can we have the method in drived class with the same name
which is there in base class?

Answer Posted / ravindarjobs

have a look at this link.

http://msdn2.microsoft.com/en-us/library/6fawty39
(VS.80).aspx

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain inheritance in c#?

952


what will be the output of the given below coding. using System; public class Exercise { static void OddNumbers(int a) { if (a >= 1) { Console.Write("{0}, ", a); a -= 2; OddNumbers(a); } } public static int Main() { const int Number = 9; Console.WriteLine("Odd Numbers"); OddNumbers(Number); Console.WriteLine(); return 0; } }

4360


What is parsing? How to parse a date time string?

1043


What is sqlconnection in c#?

928


What is the difference between C# 3.5 and C# 4.0?

946


What is type system in c#?

938


How are delegates chosen?

891


How many aware interfaces are there?

931


What type is string in c#?

867


What language is c# similar to?

926


What is deferred execution in c#?

935


What is the real use of interface in c#?

934


Why are strings immutable c#?

930


Explain the features of an abstract class in net.

970


What is the solution if you need to manipulate sets of items?

876