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

What is the use of the default route {resource}.axd/{*pathinfo} ?

1073


how do you query in entity model when the result has a join from from different database other than the entity model?

1031


What is work of clr?

1039


What is entity graph? : Entity framework

1031


what is code first approach?

1202


Is razor a server side?

1039


Possible ways to prevent xss attacks on mvc application?

1056


Is .net framework dead?

1079


Can I use razor code in javascript in asp.net mvc?

1226


What is layout in mvc?

1067


What are actions in mvc?

1047


How we can call a javascript function on the change of a dropdown list in mvc?

1109


Can I remove .net framework?

1036


What is tempdata?

1114


What operating systems will the .net framework 3.0 be available for?

1077