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 default c#?
How do namespaces work?
Is null in c#?
If the interface in c# only contains the declaration of the methods and we need to define those methods in the class, then why we use the interface?
In a single .NET DLL how many classes it contains?
what is IFormatable
What is the delegates in c#?
How can you set image source dynamically from c# application to ”test.png” file?
What is array collection?
What is icomparer in c#?
What is xamarin used for?
What is an event in c#?
What is difference between the "throw" and "throw ex" in .net?
What are the benefits of using generics in c#?
What is cls, cts and clr in net?