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 object array in c#?
Can we inherit singleton class in c#?
What is meant by enumerable in c#?
Can an exception be thrown from a catch block?
What is streamreader/streamwriter class?
Is char * null terminated?
Difference between debug.write and trace.write?
Are objects passed by reference in c#?
What is the difference between null and string empty in c#?
Why generics are used in c#?
What is marshalling and what are different kinds of marshalling?
What is the benefit of using interface in c#?
Is c# code is unmanaged or managed code?
What are the Configuration files in .net?
What is null in database?