Can you override private virtual methods?
Answer Posted / prashanth
first let me know wht is the benfit specifying virtual
method as private.
| Is This Answer Correct ? | 4 Yes | 11 No |
Post New Answer View All Answers
What is an assembly qualified name? Is it a filename? How is it different?
Does c# support try-catch-finally blocks?
What is int32 in c#?
can multiple catch blocks be executed for a single try statement?
What are escape sequences explain with example?
When is a class declared as a class abstract?
Can an interface extend a class c#?
Can we instantiate abstract class in c#?
I have 3 overloaded constructors in my class. In order to avoid making instance of the class do I need to make all constructors to private?
What does out mean in c#?
What framework is used for performance testing/load testing?
Write a program to find the angle between the hours and minutes in a clock
Is c# good for games?
How do I link two windows forms in c#?
What is the default value of decimal in c#?