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
Why would you use untrusted verification?
can you create a function in c# which can accept varying number of arguments
What is serialization and deserialization in c# with example?
What do you mean by parsing and how to parse a date time string in c#?
What is a scope in c#?
What is the ouput of the following program?
What is c# entity framework?
If you donot specify an access modifier for a method, what is the default access modifier?
How do I convert a string to an int in c#?
What is difference between override and new in c#?
Why do we need generics?
How can you use abstract class and interface?
Explain the process of inheriting a class into another class?
Is list a collection c#?
What is the base class in .net from which all the classes are derived from?