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
What is constants in c#?
You are designing a user control. You created new property called backgroundimage which is of type image. You wanted to disable storing this property in the user’s form. How to achieve this?
What is dynamic dispatch?
What is orm in c#?
What is a multicast c# delegate?
what is the index value of the first element in an array?
What are Regex / regular expressions ?
How do you declare an arraylist?
When Should You Call The Garbage Collector In .net?
Is stringbuilder thread safe c#?
What is difference between out and ref in c#?
Are c# generics the same as c++ templates?
What is hashset c#?
What is reflection c#?
what happens if you inherit multiple interfaces and they have conflicting method names?