Answer Posted / venkat2050
namespace is nothing but the call method of funcion which
need to be envoked when you need to adde some of the
function so we call by using the namespace
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain Direct CAST vs CType ?
How to put assembly in gac?
Are c# objects passed by reference?
Are structs value types or reference types?
if a base class has a number of overloaded constructors, and an inheriting class has a number of overloaded constructors; can you enforce a call from an inherited constructor to a specific base constructor?
Is list a collection c#?
Why can't we use a static class instead of singleton?
What is polymorphism c# example?
What does it mean to override a method?
Are c# strings null terminated?
Is comparator a functional interface?
What is gui in c#?
hi my question is about understanding a text the user entered to a site , so i want to analyse that text looking for some specific items such as "honda" "shoffere" etc.. so if this site could help or could tell me where to go with such question ,i wonder. thanks
Explain about generics in c#.net?
Can abstract class have constructor?