Can you declare the override method static while the
original method is non-static?
Answers were Sorted based on User's Feedback
Answer / umesh
No, you can?t, the signature of the virtual method must
remain the same, only the keyword virtual is changed to
keyword override.
Is This Answer Correct ? | 6 Yes | 1 No |
Can a struct inherit from another struct or class in c#?
what are nullable types in c#
Write the sample code for threading in c# .net..
what happens if you inherit multiple interfaces and they have conflicting method names?
What are the delegates in c#?
Does main have to be static c#?
What are some examples of desktop applications?
Can enum have methods c#?
Explain copy constructor?
What is inline function in c#?
What is datareader c#?
What is public, private, protected, internal and internal protected?