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 is concrete class in c# with example?
What is the advantage of constructor in c#?
Are structs value types or reference types?
Why dataset is used in c#?
What are the different approaches of passing parameters to a method?
What is a delegate? How can it works?
Is arraylist faster than linkedlist?
What is array and types of array in c#?
What is difference between write and writeline?
What is sealed class in c#?
How are methods overloaded?
What are the Types of instancing properties and explain each. Explain the difference between multiuse,singleuse and globalmultiuse and which is default
Is friend a constructor?
Can a class or a struct have multiple constructors?
What is extension method in c# and how to use them?