Can you declare the override method static while the
original method is non-static?
Answer Posted / kiran
A static member cannot be marked as override, virtual, or
abstract
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Is comparable a functional interface?
How can I access the registry from c# code?
What is c sharp used for?
How is method overriding different from overloading?
Explain namespaces in c#.
What is use of console?
What is called method in c#?
What are functions c#?
Give an example of a directcast.
Why to use “using” in c#?
What is the default value of date?
Is namespace a class?
What is a lambda expression in c#?
The int maps to which C# keyword in .NET type?
Can we inherit partial class in c#?