Answer Posted / sanjay
We cant override private virtual methods...
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What is the difference between System.console.WriteLine() and System.console.Write() function?example?
Can I use exceptions in c#?
Is dictionary a collection?
What is the xml document structure?
Name the control which cannot be placed in mdi?
How to use the sreamReader class to read form a text file?
Illustrate namespaces in c#?
What is xpath in c#?
Differentiate between static class and singleton instance?
Why do we use partial class in c#?
Why are strings in c# immutable?
What is difference between ienumerable and ienumerator in c#?
What is lock in c#?
if a base class has a number of overloaded constructors, and an inheriting class has a number of overloaded constructors; can you enforce a call from an inherited constructor to a specific base constructor?
Can class be protected in c#?