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 parameter c#?
What are the types of serialization?
What is difference between code access and role based security?
What are reflections in c#?
What is string interpolation in c#?
What is jagged array?
Is xml tags are case sensitive?
What is meant by enumerable in c#?
What is the difference between C# 3.5 and C# 4.0?
What are extender provider components? Explain how to use an extender provider in the project.
What is the function of .IsDescendent()?
Which are the loop types available in c#?
What is the difference between c and c# programming?
From a versioning perspective, what are the drawbacks of extending an interface as opposed to extending a class?
What is difference between a type and class?