Answer Posted / abhay k pandey
Static constructors can invoke mainly at two ocasions
1. Just before the first instance of the class is created [
in case this static contructor is there in non static class]
2. At the time any static member is accessed [ in case of
either static or non static classes ]
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is int64 in c#?
What is the advantage of static class in c#?
What is the benefit of dependency injection c#?
Write a program to create a user control with name and surname as data members and login as method and also the code to call it. (Hint use event delegates) Practical Example of Passing an Events to delegates
Is c# good for web development?
write a C# Program add two matrix ?
What is the base class of all classes in c#?
update data in an xml file which resides in solution itself, using silverlight 4.0
What is the difference between internal and private in c#?
What is addressof operator?
What is the difference between malloc () and new?
What is concrete class in c#?
What does == mean in c sharp?
What is a sealed class?
Is inheritance possible in c sharp?