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
What is field in c#?
What is the CTS, and how does it relate to the CLS?
What is boxing in c#?
What is data adapter in c#?
What do you mean by casting a data type?
What is verbatim string literal in c#?
Explain the process of polymorphism with an example?
Is c sharp open source?
How to exclude a property from xml serialization?
Is string passed by reference in c#?
What is difference between function and method in c#?
What is encapsulation in csharp?
i want o/p 011242110 in c# code.
Is versioning applicable to private assemblies?
Can c# inherit multiple classes?