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's the .net collection class that allows an element to be accessed using a unique key?
What is marshling?
What are the providers available with VS.NET ?
syntax for binding the data from database
What does jit do?
What are possible implementations of distributed applications in .NET?
Which namespace is used to support multithearding in .NET?
0 Answers Sans Pareil IT Services,
What?s Singleton activation mode?
What's singleton activation mode in .net?
Do you know what is linq?
what is the use of "mustinherit" keyword?
What's singlecall activation mode used for in .net?