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
What is a race condition?
What is the xml document structure?
Is collection a data structure?
What is c sharp language?
Are classes passed by reference in c#?
What is serialization of data?
What is the default value of boolean variable?
How to handle exceptions that are raised in a component?
what is a structure in c#
How can I check the type of an object at runtime?
What is c sharp used for?
Does c# support multilevel inheritance?
Is array passed by reference in c#?
What is the difference between early binding and late binding in c#?
What is property in c#?