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 |
What is ControlBox Propertie
Does google use c#?
What does it meant to say “the canonical” form of XML ?
Explain about Serialize and MarshalByRef?
What is the difference between array and arraylist in c#?
What is the difference between string and stringbuilder in c#?
What is the differences between datagrid, datalist and repeater in .net?
What is lazy loading entity framework?
What is a must for multitasking
What is the difference between firstordefault and singleordefault?
What are the types of threading models ?
Why attributes are used in c#?