Monday, August 1, 2011

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

No, you can’t the signature of the virtual method must remain the same, only the keyword ‘virtual is changed to keyword override’.

No comments:

Post a Comment