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 |
How to customize the trace output?
What are the differences between an interface and an abstract class in .net?
Describe difference between inline and code-behind?
What is Full trust permission set in .Net
What is the difference between a class and an object, and how do these terms relate to each other?
what are design patterns in .net....?
Explain about .Net products?
what is the use of "mustinherit" keyword?
what are the Goals of the UIP Application Block?
What makes .net core cross platform?
What is jit compilers?
1.What is the major advantage of polymorphism? Please don't simply say binding. Specify any other reason.