Answer Posted / praseetha sandeep
This specifier allow class to hide member variables and
member functios to be accessed from other class objects and
functions except the child class with in the application
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Why objects are stored in heap in c#?
Why ref is used in c#?
Is there hashmap in c#?
Why we need get set property in c#?
What are the advantages of using partial classes?
How can I create a process that is running a supplied native executable (e.g., Cmd.exe)?
What are partial types in c#?
Does c# support const methods, properties, or events?
Are private members inherited in c#?
Is javascript harder than c#?
What is xml comments in c#?
Explain how many types of exception handlers are there in .net?
If I return out of a try/finally in c#, does the code in the finally-clause run?
What is xml serializer?
What is tryparse?