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 mutable and immutable types in c#?
What is the use of main method in c#?
Why do we need singleton class in c#?
Does c# replace c++?
What is a helper method in c#?
If you want to write your own dot net language, what steps you will u take care?
Can a struct inherit from an interface in c#?
How many types of namespaces available in version4?
List some of the classes used by system.data namespace?
How does it work?
Can mvc be used for desktop applications?
Will the following code compile?
What is a deadlock lock?
Is c# easier than c++?
What is Reflection in .NET? Namespace? How will you load an assembly which is not referenced by current assembly?