You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
>*Note*:See §interface-fields for an example that not only shows a static method with default implementation, but as that method is called `Main` and has the right return type and signature, it’s also an entry point! *end note*
426
428
427
429
A virtual method with implementation declared in an interfacemay be overridden to be abstract in a derived interface. This is known as ***reabstraction***.
0 commit comments