Can you declare the override method static while the
original method is non-static?
Answer Posted / mahesh babu ummaneni
when we use virtual key word for method in base class the same thing is used under the derived class just we can change the virtual to override
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the Types of JIT and what is econo-JIT
What is a cs file?
Are c# destructors the same as c++ destructors?
What is the benefit of using interface in c#?
What is written in c#?
Explain About friend and Protected friend
Can struct be static in c#?
Why do we use dictionary in c#?
what happens if you inherit multiple interfaces and they have conflicting method names?
What is IL / CIL / MSIL?
What is base class in c#?
What is difference between assembly and dll?
What is default value of enum c#?
What will be the output of the following code?
Can arraylist hold primitive types?