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 the difference between writeline and write in c#?
What is local function?
Can we override constructor in c#?
What is a di class?
Can a class be private in c#?
What is console readkey in vb net?
Is it possible to execute multiple catch block for a single try statement?
What is dataset and dataadapter in c#?
What is the difference between method overriding and method overloading?
What is field in c#?
What are the fundamental differences between value types and reference types?
What is the use of protected in c#?
Describe ways of cleaning up objects in c#.
How to implement singleton design pattern in c#?
Is a valid int value?