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 Static Constructor be Overloaded?Justify it?

Answer Posted / sreegeetha

No, Static constructors cannot be overloaded it is used to
initialize static data....
example:
public class bus
{
static bus()
{
console.writeline("involked");
}
public static void my()
{
console.writeline("haii");
}
main()
{
bus.my();
}
}

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain RenderBody and RenderPage in ASP.Net MVC?

1078


What is the .net framework?

1007


What does a viewmodel do?

960


How route table has been created in asp.net mvc?

936


Is it possible to create a custom filter?

954


What is main objective of asp.net mvc 4 or what is new in mvc4 ?

1052


When using razor views, do you have to take any special steps to protect your asp.net mvc application from cross site scripting (xss) attacks?

1253


Explain Keep method in Tempdata in ASP.Net MVC?

998


what is code first approach?

1060


what is use of entitydatasource control?

1027


Briefly describe the roles of clr in .net framework?

927


Explain bundle.config in mvc4?

1092


What is stateless model?

903


how can you tell ef to have a different table or column name than that defined for the class?

996


Is the following route definition a valid route definition? {controller}{action}/{id}

1188