Can you override private virtual methods?
Answer Posted / umesh
No, moreover, you cannot access private methods in
inherited classes, have to be protected in the base class to
allow any sort of access.
| Is This Answer Correct ? | 28 Yes | 6 No |
Post New Answer View All Answers
Explain about multithreading?
What is wrong with the sample program below?
Can we override main method in c#?
You are designing a user control. You created new property called backgroundimage which is of type image. You wanted to disable storing this property in the user’s form. How to achieve this?
What is the difference between gettype and typeof in c#?
What is double c#?
How do you declare a method in c#?
What is the use of generics in c#?
What is the difference between package and interface?
How to Show Message box in Metro Style App?
What are collection classes?
What is serialization in dot net?
What is list array in c#?
What is the difference between // comments, /* */ comments and /// comments?
Are private members inherited in c#?