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 |
what are the realtime excercises in C++?
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?
What normal C constructs work differently in C++?
What is polymorphism and example?
What is Virtual Keyword?
What is friend function?
What is an advantage of polymorphism?
What are oops functions?
What is the main difference between C++ and Java
Can we define a class within the interface?
in the following, A D B G E C F Each of the seven digits from 0,1,2,3,4,5,6,7,8,9 is: a)Represented by a different letter in abov fig: b)Positioned in the fig abov so tht A*B*C,B*G*E,D*E*F are equal. wch does g represents? C
What is interface in oop?