7. 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?
2 7550
What is assembly version series sequence?
What is the use of console readline () in c#?
What is overriding in c#?
What are desktop applications examples?
Explain Constructor and destructor?
Explain states of a thread in c#?
Can a sealed class be used as a base class?
What is garbage collection? How to force garbage collector to run?
Can structs in c# have destructors?
what are implementation inheritance and interface inheritance?
In c#, what will happen if you do not explicitly provide a constructor for a class?
Is it good to use var in c#?
Explain the difference between user control and custom control. Also, explain their use.
What is meant by desktop application?
what is a destructor?