Can you declare the override method static while the
original method is non-static?
Answer Posted / guest
No, you can?t, the signature of the virtual method must
remain the same, only the keyword virtual is changed to
keyword override.
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
What can you do as a .net developer?
What is datagridview in c#?
what are nullable types in c#
What is a c sharp?
What is using directive in c#?
who is a protected class-level variable available to?
What is the difference between hashtable and dictionary in c#?
Does a loop recorder have to be removed?
What are c# i/o classes? What are the commonly used i/o classes?
What is the difference between private and protected in c#?
What is the C# syntax to catch any possible exception?
What's the difference between a method and a procedure?
Can we extend static class in c#?
Are cao stateful in nature?
What is anonymous types in c#?