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 / ram

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

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is string method in c#?

974


What is thread pooling?

1029


How can I create a process that is running a supplied native executable (e.g., Cmd.exe)?

1146


What is type system in c#?

991


How do I type a whitespace character?

1142


What is the difference between interface and functional interface?

1137


Which is better python or c#?

916


What is object pool in .net?

981


what is IDisposal interface,IComparable,IEquatable,IFormatable

1072


What's your approach to fetch static data in your windows form application?

1067


What is iqueryable in c#?

943


What is the difference between abstract and virtual?

958


What is bitwise operator in c#?

995


What is deadlock in c#?

1004


What is clr namespace?

1134