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

Can an int be negative c#?

1091


What is razor view in c#?

866


What is data bind in c#?

965


What is the difference between interface and abstract class in c#?

970


Define c# and list the features.

1077


What language is arduino?

1040


What is namespace in oops?

964


What is an event in c#?

941


What is ispostback c#?

928


What is type keyword in c#?

958


In a memory when you Box and Unbox a value-type what happens?

971


Can you use all access modifiers for all types?

1007


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

983


Explain concurrency with aop?

1030


List the differences between method overriding and method overloading?

1022