Can you declare the override method static while the
original method is non-static?
Answer Posted / kishore
No we cannot declare ovverride method of static while the
first one is non static..
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What does .length do in c#?
How long will it take to learn c#?
What is action c#?
What are methods in C#?
What is difference between association, aggregation and inheritance relationships?
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 happens if a static constructor throws an exception?
What is the difference between ienumerable and iqueryable?
How many classes are there in classification?
Is dll a library?
Is visual c# free?
What are the Types of values mode can hold session state in web.config
What is yield break in c#?
What is the difference between User controls and Custom Controls?
Explain the difference between pass by value and pass by reference.