C# provides a default constructor for me. I write a constructor that takes a string as a parameter, but want to keep the no parameter one. How many constructors should I write?
3 8372Can you prevent your class from being inherited and becoming a base class for some other classes?
2 10771When do you absolutely have to declare a class as abstract (as opposed to free-willed educated choice or decision based on UML diagram)?
2 14031
How can we set the class to be inherited, but prevent the method from being over-ridden?
What is the use of command builder?
What are the ways in which client can create object on server in cao model?
What is the difference between string and stringbuilder in c#?
Explain how do you directly call a native function exported from a dll?
Are c# destructors the same as c++ destructors?
Can a private virtual method can be overridden?
Explain how is the dll hell problem solved in .net?
Define acid rule of thumb for transactions in c#.
what are pointer types in c#
What is a console device?
What is addressof operator?
What is dynamic object in c#?
Is datetime a value type in c#?
Is arraylist faster than linkedlist?