Write one code example for compile time binding and one for run time binding? What is early/late binding?
1072I have 3 overloaded constructors in my class. In order to avoid making instance of the class do I need to make all constructors to private?
1014How can you write a class to restrict that only one object of this class can be created (Singleton class)?
983Write 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
936
How many types of constructors are there in c#?
Why do we use delegates?
What is console read in c#?
Different between method overriding and method overloading?
What is the main usage of keyword “virtual†? How does it work for a method or property?
What does immutable mean in c#?
What do you mean by stack and heap in c#?
What are properties in c#. Explain with an example?
What all details the assembly manifest will contain?
Does c# have its own class library?
What’s thread.sleep() in threading ?
Is there regular expression (regex) support available to c# developers?
Why do we need to serialize data?
Why do we use classes?
How to create multi-dimensional array?