Answer Posted / swapna
No, we cannot access private methods in inherited classes.
They have to be protected in the base class to allow any
sort of access.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is difference between function and method in c#?
Explain async and await?
What is gui in c#?
Is null or empty in c#?
What are jagged arrays used for?
What is multicast delegate in c# ?
What is difference between sleep () and wait ()?
What does get set mean in c#?
What are reflections in c#?
How do I use the 'using' keyword with multiple objects?
What are the 3 elements of delegation?
What is a template class?
Give an example of removing an element from the queue?
What is reference c#?
update data in an xml file which resides in solution itself, using silverlight 4.0