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 would you stop a class from class from being derived or inherited.
What is abstraction and encapsulation?
Differences between inline functions and non-inline functions?
what is a class
What is the default size allocated for array in the statement if size not specified " int a[] "
What are virtual functions?
Is oop better than procedural?
What is the outcome of the line of code "cout<<abs(- 16.5);"? 1) 16 2) 17 3) 16.5
what is graphics
create a c++ program that will accepts 9 inputs using 3 by 3 array.
Have you ever interfaced with a database?
What is a mixin class?