Can you declare the override method static while the
original method is non-static?
Answer Posted / 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 |
Post New Answer View All Answers
What is a property in c#?
How does split work in c#?
Do loops in c#?
What is .dbml file?
What are data types examples?
How to block a class from being inherited further?
Explain the use of virtual, sealed, override, and abstract method?
What is a console file?
Where static variables are stored?
What does || mean in programming?
Okay, so an int is a value type, and a class is a reference type. How can int be derived from object?
What is int32?
Can we instantiate abstract class in c#?
How to handle exceptions that are raised in a component?
Give some examples for built in datatypes in c#?