How many types of access specifier in c# and vb.net?
Answer / vignesh
The access-specifiers available in C# are:
Public, Protected, Protected internal & Private
The access-specifiers available in Vb.net are:
Public, Private, Protected, Friend & ProtectedFriend
| Is This Answer Correct ? | 9 Yes | 2 No |
What is polymorphism explain its types?
What is abstraction?
What is virtual function?where and when is it used?
What does enum stand for?
What do you mean by inline function?
what is difference between objects and function
What is virtual constructors/destructors?
why to use template classes in c++?
What is for loop and its syntax?
design class for linked list and include constructor,destructor,insert option. node of form struct node { int data; struct node &ptr; }
What is the difference between XML Web Services using ASMX and .NET Remoting using SOAP?
Explain the concepts involved in Object Oriented programming.