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 static class in C#?
What are the different types of constructors?
Can you create partial delegates and enumerations?
What is an enumerator in c#?
What are the basics of c#?
What does int parse do in c#?
How many types of collections are there in c#?
What is a clr host?
What is the max value of int32 in c#?
What is difference between method overriding and method overloading?
Why we use extension methods in c#?
How to force my .net app to run as administrator on windows 7?
What is asp net c#?
Why ienumerable is used in c#?
How to generate strong name key file or which command is used to generated strong name key file?