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 the difference between ienumerable and enumerator?
What is type system in c#?
Which are access modifiers available in c#?
Define acid rule of thumb for transactions in c#.
What is disco?
What is the difference between static and private constructor?
What is option parameter in C#?
Is string a class in c#?
How does a while loop work?
What are c# attributes and its significance?
What is the xml document structure?
In c#, what will happen if you do not explicitly provide a constructor for a class?
What is boxing and unboxing in c#?
Is exe is machine dependent?
Define a class and an object?