Can we have a non static member function in a base class to
be override in derived with static modifier?
Answer Posted / sanjay
No We cant ovver ride static member function in a base
class.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is data reader in c#?
What is the difference between a field and a property in c#?
How do I get deterministic finalization in c#?
is it possible to access a remote web service Without UDDI?
what is difference between destruct or and garbage collection ?
Why do we need delegates?
How many variables do you need?
What is an event in c#?
Explain the difference between Metadata and Manifest
What are the advantages of using assemble language programming?
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.
Explain the advantage of using system.text.stringbuilder over system.string?
What is class sortedlist underneath?
How many static constructors are allowed in a class?
What is global asax in c#?