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
Can abstract class be instantiated c#?
Difference between a sub and a function in c#.
What is the difference between asp net and c#?
What is datacontract in c#?
Define satellite Assembly in .NET?
How many types of polymorphism are there?
Is string nullable c#?
Name some properties of thread class.
Why generics are used?
Is java better than c#?
Which is faster abstract class or interface in c#?
What is the meaning of extention?
What is ado net in c#?
What is string empty?
Why are strings in c# immutable?