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

What are the keywords used to pass parameters to
the base class and how do I invoke other constructors.

Answer Posted / varish

Class Base
{
Base(int i)
{
}
}
class child
{
child(int i):base(i)
{
}
}

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is c# lazy thread safe?

949


Explain the Abstract class in c#.net

1074


How to create multi-dimensional array?

1165


How many types of serialization are there in c#?

937


Name some properties of thread class.

1055


Can we use "this" command within a static method?

1056


What is the delegate in c#?

950


What are the differences between value types and reference types?

1198


What is serialization and deserialization in c# with example?

932


Does c# support parameterized properties?

1004


Explain About Postback

989


Can class be protected in c#?

968


What does this keyword mean in c#?

964


What is overriding in c#?

946


What is the difference between delegates and events in c#?

1057