Can we make a class with class with same;suppose
public class abc
{
public class abc
{
}
}
Answer Posted / phani
No, We can't make a class with same.
We will get error as: Member name can't be same as their
enclosed types
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are early binding and late binding.
Explain the difference between array and linkedlist?
What is difference Between Authentication and authorization?
How can I have a particular web page in an asp.net application which displays its own error page?
What is the difference between mechine.config and web.config?
What is the equivalent of date() and time() in asp.net?
How can we provide the WebParts control functionality to a server control?
How do I open an ashx file in windows 7?
What language does asp.net use?
What is asp.net response object?
Fetch one page value to another page without using state-managment ?
Which library is used by the testers and developers to develop automated tests and create testing tools?
What is the web.config file in asp?
Explain the significance of routing? : asp.net mvc
What are sql joins?