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
In the page load event I assigned dropdownlist’s datasource property to a valid list. On the submit button click.. The same datasource property is coming as null. Why?
How do you comment out code in c#?
Explain about Threading Types.
What is anonymous types in c#?
What is thread and explain states of a thread in c#?
How to generate strong name key file or which command is used to generated strong name key file?
What is a helper method in c#?
What is the difference between ref and out in c#?
What is connection pooling in ado.net?
Difference between value and reference type.
What is use of hashtable in c#?
Can you specify nested classes as partial classes?
What is regex c#?
What is the difference between == and object.equals?
What are the Configuration files in .net?