Can you declare the override method static while the
original method is non-static?
Answer Posted / sanjay
No!!!
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can struct have constructor c#?
What is meant by collections in c#?
Explain states of a thread in c#?
What is difference between the "throw" and "throw ex" in .net?
How do I calculate relative time?
What is tryparse?
What is data set in c#?
how to Create a datagridview control with check box column with 8rows in it, the maximum number of check boxes checked should be 3, when user checks the 4th corresponding message should be displayed and check box should be checked. User can uncheck the checked boxes Note: read-only property should not be used
How many static constructors are allowed in a class?
What is difference between array and list?
Why do we need abstraction in c#?
What is datarelation c#?
How do you prevent a class from being inherited in c#?
What is the difference between int.parse and int.tryparse methods?
Explain the process of Serialization?