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
How do I open the console window?
Name the method of servicebase class?
Describe an interface class?
Why do we need static class in c#?
Can fields inside a class be virtual?
Can arraylist store different data types in c#?
Is there any sample c# code for simple threading?
How to parse a date time string?
Can I use exceptions in c#?
Can we overload the main method in c#?
Is c# used for frontend or backend?
What are collections in c#?
Is int a struct in c#?
what is IFormatable
explain the features of static/shared classes.