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 is scope of an application variable in asp.net?
If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
In which situation can you not use a viewstate?
What are the components of ado.net?
What is comparevalidator?
Why the javascript validation not run on the asp.net button but run successfully on the html button?
What is content place holder?
Mention the namespace that is used to include .net data provider for sql server in .net code?
What are early binding and late binding.
List the events in page life cycle.
What is intrinsic objects in asp.net?
Explain how can you debug your .net application?
How Can assign alias name for ASP.NET Web API Action?
Describe how passport authentication works.
What are the types of validation in asp net?