Can you override private virtual methods?
Answer Posted / umesh
No, moreover, you cannot access private methods in
inherited classes, have to be protected in the base class to
allow any sort of access.
Is This Answer Correct ? | 28 Yes | 6 No |
Post New Answer View All Answers
What are the collections in c#?
What does dbml mean in texting?
what is c# command?
What is the adv of using System.Text.StringBuilder over System.String?
What is an inheritance ?Give an example in which inheritance is used?
What is private constructor c#?
What is the use of iqueryable in c#?
What is sql transaction in c#?
Explain the difference between the system.array.copyto() and system.array.clone()?
How do you create partial methods?
What do you mean by default constructor?
What are actions in c#?
Explain the serialization in .net
What is the difference between arraylist and list in c#?
What is use of a HashTable in .NET?