Answer Posted / jyothish vakkom
namespace
{
class 1
{
}
class2
{
}
.....
.....
.....
}
got d idea???
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
In languages without exception-handling facilities, we could send an error-handling procedure as a parameter to each procedure that can detect errors that must be handled. What disadvantages are there to this method?
What is a derived class in c#?
What is meaning of type safety in c#?
Explain the concepts of cts and cls(common language specification).
What is Web.config?
Illustrate the differences between the system.array.copyto() and system.array.clone()?
Explain About multi level and multiple inheritance how to achieve in .net
What is mvc pattern in c#?
Illustrate race condition?
who is a protected class-level variable available to?
State two different types of access modifiers.
What does namespace mean?
Why do you need boxing in c#?
What is Asynchronous call and how it can be implemented using delegates?
Can we maintain state in webservice?