Can you declare the override method static while the
original method is non-static?
Answer Posted / kishore
No we cannot declare ovverride method of static while the
first one is non static..
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Is it good to use var in c#?
Is there an equivalent of exit() for quitting a c# .net application?
What is a sealed class?
What is instantiating a class in c#?
Explain the role of the datareader class in ado.net connections?
What is the boxing and unboxing in c#?
What is serialization in dot net?
What is the difference between dll and lib?
What are the differences between events and delegates in c#?
If you want to convert a base type to a derived type, what type of conversion do you use?
Is c# dictionary a hash table?
Is exe is machine dependent?
What is meant by collections in c#?
What is string [] args in c#?
Which .gang of four. Design pattern is shown below?