Can you declare the override method static while the
original method is non-static?
Answers were Sorted based on User's Feedback
Answer / guest
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 | 0 No |
when we use virtual key word for method in base class the same thing is used under the derived class just we can change the virtual to override
Is This Answer Correct ? | 0 Yes | 0 No |
What is an arraylist in c#?
Is c# a backend language?
What are examples of desktop applications?
What is data annotation in c#?
Which namespaces are necessary to create a localized application?
What is var c#?
How do you pass reference parameters in c#?
What?s the implicit name of the parameter that gets passed into the class? set method?
What is exe file in c#?
What is c# console application?
Is string null or empty?
What is datatable and dataset in c#?