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 oops?what is its use in software engineering?
What is balance factor?
How to improve object oriented design skills?
write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).
What is static modifier?
What is the benefit of oop?
What are the three main types of variables?
Can we create object of abstract class?
What is encapsulation with example?
How is class defined?
Why do pointers exist?
What is abstraction example?
Templates mean
Why do we use oop?
How to call a non virtual function in the derived class by using base class pointer