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 it possible to acees the virthual method using the
override method object?
plz give me the example

Answer Posted / aspdev556

class BaseClass
{
public virtual Method(){}
}

class DerivedClass
{
public override Method()
{base.Method();}
}

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the Difference between the public and private ?

994


What is the base class from which all value types are derived?

984


What is the purpose of escape sequence?

1070


Can I use ReaderWriterLock instead of Monitor.Enter/Exit for Threading?

1022


Explain how to implement delegates in c#.net

997


How do you sort an array in c#?

1090


Why do we use reflection in c#?

1004


Is there any sample c# code for simple threading?

971


What is the use of inheritance in c#?

952


Are c# tuples immutable?

968


What is concrete class in c# with example?

1051


What is difference between an Structure and Class?

1170


What is delegation in oops?

1041


What is a class level variable in c#?

1032


Why delegate is used in c#?

972