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 an abstract class c#?
How can you reference current thread of the method ?
What is difference between function and method in c#?
What's the implicit name of the parameter that gets passed into the set method/property of a class?
What is wpf c#?
What is public, private, protected, internal and internal protected?
What is firstordefault c#?
What is type keyword in c#?
Can struct have constructor c#?
Is char * null terminated?
Explain the difference between Response.Write () and Response.Output.Write ().
What is difference between int and int in c#?
What are the three types of operators?
Explain the advantage of using system.text.stringbuilder over system.string?
What is the use of oops in c#?