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
Why session is necessary in web application?
How can we pass info between 2 asp.net pages?
Why SessionID changes in every request in asp.net?
What are client activated objects and server activated objects?
What is the difference between session object and application object?
What is the advantage of mvc over asp.net? : Asp.Net MVC
Can I have a unique key as foreign key?
What are the Types of objects in ASP
Explain the steps to be followed to use passport authentication.
IN an ASP.NET Web application if there is any error, how can you debug?
Define a static class?
Describe paging in asp.net?
Difference between .NET and previous version?
What is a server cookie?
What is a web pool?