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 |
Petrol pump mgt. system: To design a program that display an interface for the sale of the Petrol and then make the entries at the backend in the database.
What is multilevel inheritance explain with example?
Explain the advantages of inheritance.
Who invented oop?
why to use operator overloading
What are virtual functions?
explain the concepts of oops?
WHAT IS THE DIFFERENCE BETWEEN ABSTRUCTION AND ENCAPSULATION? PLEASE EXPLAIN IT.
what type of questions
What are oops functions?
What do we mean by a hidden argument in a function?
Write a program to accept a number and to print numbers in pyramid format? for eg:for a no. 5 1 212 32123 4321234 543212345