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
How can you overcome the diamond problem in inheritance?
What is inheritance write a program to show use of inheritance?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
How is class defined?
hi all..i want to know oops concepts clearly can any1 explain??
what are the realtime excercises in C++?
Why do we use inheritance?
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
Why is encapsulation used?
What is meant by multiple inheritance?
Explain virtual inheritance?
What does I oop mean?
What is cohesion in oop?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
Can destructor be overloaded?