Answer Posted / deepika
answer 8 is a bit misleading..Namespaces actually used to
avoid naming collisions and not "For" naming collisions.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the drawbacks of extending an interface as opposed to extending a class?
What Is An Interface Class?
What is expression tree with example?
What's the difference between system.string and system.text.stringbuilder classes?
What is the purpose of ienumerable in c#?
Is vs as c#?
Why abstraction is used in c#?
What is the difference between public, static, and void?
What is the use of base keyword? Tell me a practical example for base keyword’s usage?
What is property in c#?
How main method is called in c#?
What is the purpose of constructor in c#?
How do you inherit a class into other class in c#?
What is inner class in c#?
Explain deadlock?