Answers

Question and Answer:

  Home  C# (Sharp) Programming Language

⟩ Can you declare an override method to be static if the original method is not static?

No. The signature of the virtual method must remain the same. (Note: Only the keyword virtual is changed to keyword override)

 189 views

More Questions for you: