Answer Posted / varma
Name space is a collection of free defined classes,it is
mainly used for naming collison.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain the process of polymorphism with an example?
How do destructors and garbage collection work in c#?
Name any three ways to pass parameters to a method in c#?
How do I create a single-file assembly?
If c# destructors are so different to c++ destructors, why did ms use the same syntax?
What is the CTS, and how does it relate to the CLS?
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
Can struct inherit from class c#?
Which are the access modifiers available in c#?
What is use of abstract class in c#?
What is extended class in c#?
What benefit do you get from using a primary interop assembly (pia)?
What is a view? What is the use of it?
What is a delegate how is it type safe?
Define delegation in .net?