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 |
Explain about .net assemblies?
Is it possible implement webservices without SOAP?
Explain the use of activex control in .net?
What's wrong with a line like this? Datetime.parse(mystring);
what are connection strings?
Garbage collector thread is what kind of a thread?
What are the two main parts of the .net framework?
How you apply a theme in whole application in .Net?
Explain about Behavioral design pattern?
Tell me what is a “jagged array”?
What is the use of activex control in .net?
Explain constructor.