Can you declare the override method static while the
original method is non-static?
Answer Posted / ashish gupta
I don think so...
even static members can not be marked as a virtual,abstract
or override.
Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is an abstract class c#?
What is method overriding in c#
What is jit (just in time)?
Explain about Serialize and MarshalByRef?
Does the variables of a private class-level inherited?
Explain the difference between a struct and a class?
What are the types of comment in c# with examples?
What are the types of assembly available
How many types of constructors are there in c#?
What is string literal in c#?
What exactly happens when we debug and build the program?
What are the differences between value types and reference types?
What is parallel foreach c#?
What is the difference between delegates and superdelegates?
What is reference types in c#?