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 |
How do you define a class in oop?
Advantage and disadvantage of routing in telecom sector
What is the benefit of oop?
how to find no of instances of an object in .NET?
write a program to print * * * * * *
Write a program to sort the number with different sorts in one program ??
Differences between inline functions and non-inline functions?
In multilevel inheritance constructors will be executed from the .... class to ... class
what isthe difference between c structure and c++ class
What is the types of inheritance?
Name a typical usage of polymorphism
What is difference between class and object with example?