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 poco c#?
What is the difference between select and selectmany?
What are anonymous functions in c#?
Can hashtable have duplicate keys?
What is the full form of GAC? Explain its uses?
Why should you override the tostring() method?
What is the difference between gettype and typeof in c#?
Explain briefly the difference between value type and reference type?
What are the differences between events and delegates in c#?
Can you explicitly call a destructor?
Explain the use of SN.exe
How do I develop c# apps?
Explain About Virtual functions and their use.
Write a program in c# to find the angle between the hours and minutes in a clock?
What are the different types of delegation?