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 Attributes in .NET?
What is the use of edititem template ingridview?
1 Answers C Squared Systems, Microsoft,
how we can capture the value in textbox when selectedvluechanged event of gridview is fired
Describe the programming model of a windows service
What are the advantages of .net core?
Is .net core the future?
How is meant by dll in .net?
What is UDDI and how to register a web service ?
Describe the compilation process for .net code?
What is connection pooling and how do you make your application use it?
What is Global Assembly Cache (GAC) and what is the purpose of it?
what is assembly?