Answer Posted / tsahi
You cannot write virtual private methods, let alone override
them. as noted above, a private virtual method will not compile.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
explain the nature of the assembly work?
Why is it not a good idea to use empty destructors?
What are some of the commonly used commands in sqlcommand?
Can arraylist store different data types in c#?
What are anonymous functions in c#?
What is xml serialization in c#?
Explain the difference between a struct and a class?
What is the benefit of interface in c#?
what optimizations does the c# compiler perform when you use the /optimize+ compiler option?
What is a partial method?
Which one is trusted and which one is untrusted?
What are the steps to make an assembly to public?
Can you declare a class or a struct as constant?
Can constructor be overloaded in c#?
Is it possible to have a static indexer in c#? Allowed in c#.