Can you override private virtual methods?
Answer Posted / payal mehta
WE can not use private access modifier for VIRTUAL,INTERFACE
and also we can not inherit private methods or properties
in inherited classes.
| Is This Answer Correct ? | 14 Yes | 2 No |
Post New Answer View All Answers
What is Implementation inheritance
Define a manifest in .net?
What is object pool in .net?
What are destructors in C#?
What are the types of comment in c# with examples?
What is attribute c#?
What is the resgen.exe tool used for?
Explain the importance and use of each, version, culture and publickeytoken for an assembly.
What does question mark mean in c#?
if we are updating a database using thread, and mean while application crashes or thread being aborted then what will happen in Database? Rollback or Database will be updated? Please explain with different scenario.
What is a trace and asset? Explain some differences?
How do I register my code for use by classic com clients?
Can constructor have return type c#?
What is difference between il and dll ?
What is addressof operator?