Explain the Scope of
public/private/friend/protected/protected friend.
Public is accessible to all classes and projects.
Private is accessible only in the block that is declared.
Friend is accessible only to all classes in the current
project only.
Protected is accessible to only the class the is declared
and the class that is derived from that class.
Protected Friend is accessible to all the classes in the
current project and all classes derived from those classes.
| Is This Answer Correct ? | 4 Yes | 0 No |
What are HTML controls, Web controls, and server controls?
Please explain what is the difference between a class and an object?
Different levels of priority provided by .net.
How is meant by dll in .net?
Is there any inbuilt tool or command provided by .NET to view the code inside the assembly?
What is Entity Relationship Model in .NET?
WHAT IS .net
How to manage pagination in a page using .net?
Difference between VB.NET and C#. Which is faster ?
What is interface and abstract class in .net?
Explaing your project.
Explain me what are the deferred execution and the immediate execution in linq?