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 lazy loading and eager loading in c#?
Can you explain template pattern?
What is the difference between hashtable and dictionary?
Differentiate between static class and singleton instance?
What is function and method in c#?
What are the types of comment in c# with examples?
What is throw in c#?
What do you mean by stack and heap in c#?
What do you mean by “finalize” and “finally” methods in c#?
What is the difference between proc. Sent by val and by sub?
What is a c sharp?
What is the implicit name of the parameter that gets passed into the set method/property of a class?
What are indexers in c# .net?
Why do we need collections in c#?
What is final keyword in c#?