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
What's the difference between an integer and int?
What do you mean by streamreader/streamwriter class in c#?
What is the use of properties window?
What is difference between a constant and read-only in C#?
Why do we need constructor?
What is dictionary and hashtable in c#?
Is hashset ordered c#?
In languages without exception-handling facilities, we could send an error-handling procedure as a parameter to each procedure that can detect errors that must be handled. What disadvantages are there to this method?
What is the data encapsulation?
Can private virtual methods be overridden in c#.net?
Is clr a compiler?
What is use of hashtable in c#?
Is c# scripting language?
What does the dispose method do with the connection object?
Can enum have methods c#?