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
The object [that implements an interface that inherits from another] will also have members that correspond to the interface members from the inherited interface
Now that constructors are declared as interface members, this could be read as implying that constructors too are inherited, which they aren't. The text should probably clarify this.
The text was updated successfully, but these errors were encountered:
The definition of interface inheritance states:
Now that constructors are declared as interface members, this could be read as implying that constructors too are inherited, which they aren't. The text should probably clarify this.
The text was updated successfully, but these errors were encountered: