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

write the Syntax for Function or Method Overriding?

Answer Posted / ashish gupta

class base
{
public virtual func()
{
}
}
class derive:base
{
//override the base funcion..signature n return value
// must be same
public override func()
{
}
}

Is This Answer Correct ?    19 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is c# lazy thread safe?

861


What is cshtml?

962


What is a custom attribute?

855


What is boolean conditions in c#?

927


Are arraylist faster or arrays?

926


What is before string in c#?

878


Can properties be private in c#?

862


What is a satellite assembly in c#?

958


Why do I get an error (cs1006) when trying to declare a method without specifying a return type?

903


What is a destructor in c#?

927


Give an example of a ctype.

975


What is generic collection in c#?

887


Is c sharp free?

882


Explain why do I get an error (cs1006) when trying to declare a method without specifying a return type?

783


How do you type a null character?

846