How many types of access specifier in c# and vb.net?
Answer Posted / 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 |
Post New Answer View All Answers
What is overloading in oop?
Is oop better than procedural?
What does no cap mean?
What do you mean by abstraction?
What is encapsulation with real life example?
Where is pseudocode used?
How do you define a class in oop?
What is abstraction in oops with example?
What do you mean by Encapsulation?
Can we define a class within the interface?
What are the components of marker interface?
Why is destructor used?
What is abstraction in oop with example?
What is stream in oop?
Templates mean