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
How to reverse each word in a string using c#?
What is the difference between list and ilist in c#?
What is activator c#?
List the differences between method overriding and method overloading?
Is it possible to nest cfml conditional tags?
What is a verbatim string literal and why do we use it?
What is the meaning of console writeline in c#?
Explain the access modifiers in c#?
How do you declare a variable in c#?
Why does my windows application pop up a console window every time I run it?
what is a enumeration in c#
What is difference between events and delegates?
How do you name a variable in c#?
Why do we use abstract class in c#?
What is escape character in c#?