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 is stream in oop?
Write a program to sort the number with different sorts in one program ??
Explain polymorphism? What r the types of polymorphism? pls give examples?
Program to print 0 to 9 in cross order
What does enum stand for?
What is super in oop?
Describe the difference between a Thread and a Process?
What is pure oop?
what is the difference between function template and template of function?explain with example.
Is this job good for future? can do this job post grduate student?
Write a program in c++ to read two floating point numbers and find their sum and average.
can inline function declare in private part of class?