Answers

Question and Answer:

  Home  C# (Sharp) Programming Language

⟩ Can you declare the override method static while the original method is non-static?

No, you cannot, the signature of the virtual method must remain the same, only the keyword virtual is changed to keyword override

 142 views

More Questions for you: