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 is use of learning .net? does we get good jobs based on .net?
Explain the use of activex control in .net?
How to write an MMC snap-in for my Windows service?
What is the base class of Button control?
How to Create and Consume a Web Service?
What is machine.config in .net?
When should I use .net core?
why do you want to join deloitte, where do you exactly fit in.
What is the advantage of .net?
What is a strong name in .net?
What is the managed and unmanaged code in .net?
3 Answers Deltech, Dhanush Infotech,
What is the difference between an abstract class and an interface?