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 generic delegates in c#?
What is an enumerator c#?
Define an abstract class?
What is disco?
What happens if the inherited interfaces have conflicting method names?
i want o/p 011242110 in c# code.
What is string literal in c#?
in the nunit test framework, which attribute must adorn a test class in order for it to be picked up by the nunit gui?
Does the system.exception class have any cool features?
What is streamreader/streamwriter class?
Differentiate between copy and default constructor.
Are there functions in c#?
What is enumerable in c#?
How many bits is int32?
Can properties be private in c#?