Can you declare the override method static while the
original method is non-static?
Answer Posted / kishore.a
To override an method we need to explicitly mention
override keyword in the child class and virtual or abstract
keyword in base class.
Here in this case neither of the keywords are used.Hence it
is not possible..
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is default c#?
Are there constructors in c sharp?
What are the types of methods in c#?
What is the difference between abstract class and interface in c#?
Is an array an object c#?
Why do we need interfaces in c#?
What is winforms c#?
I need code to connect ohter systems in the LAN and i want to display my website image over there and i want explain as a admin through phone. So i need code to access other system using C-Sharp. Any one please help me.Please give me the code. Advace thanks.
If a.equals(b) is true then a.gethashcode & b.gethashcode must always return same hash code.
What is array and types of array in c#?
Can var be null c#?
What are the benefits of using the aggregate method in linq?
what is IDisposal interface,IComparable,IEquatable,IFormatable
What are the 2 kinds of data type conversions in c#?
What are extensions methods in c#?