Can you override private virtual methods?
Answer Posted / kirti
No. Private methods are not accessible outside the class.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is int32 in c#?
what is a structure in c#
What is a function c#?
How do I create a multilanguage?
What is the advantage of static class in c#?
What is generic in c#?
What is the use of tuple in c#?
What are the two uses of a ‘using’ statement in c#?
Explain jagged arrays in c#?
Can dictionary have duplicate keys c#?
What is hashtable in c# with example?
What is the difference between User controls and Custom Controls?
Describe the parts of assembly.
What is Covariance and contravariance in C#?
What is the difference between Static, Const and read only?