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 difference between list and ilist in c#?
What is namespace in oop?
hi all.... i need code snippets for store and retrive tiff fromat images in sqlserver....... kindy provide it.......
What are All kind of access specifiers for a class and for methods
What does char mean in c#?
Explain the use of Mutex in C#?
Explain the advantage of using system.text.stringbuilder over system.string?
Can we inherit sealed class in c#?
State whether it is true to test a Web service you must create a windows application or Web application to consume this service or not?
How does substring work in c#?
Difference between value and reference type. What are value types and reference types?
Explain the difference between private and shared assembly?
What is the difference between values and reference types?
How do you prevent a class from being inherited in c#?
What is keywords in c#?