What are the two uses of a ‘using’ statement in c#?
No Answer is Posted For this Question
Be the First to Post Answer
There are a class A. Another class B derived from it. Now if I do A a = new B(); and B b = new B(); What will happen in both the statements. And what is the difference between these two statements.
What is the name of c# compiler?
What is a clr (common language runtime)?
What happens if you add duplicate elements to a set?
What is an inheritance in c#?
Can you inherit from a sealed class?
What is an enumerator in c#?
How do I stop my console from closing in c#?
What is the difference between package and interface?
What is stringreader in c#?
How cache is implemented in web application for DB queries?
what are windows services?