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
If a class is derived, it should extend the original class and not re-declare the properties.
But, if the base class is excluded, it should include the inherited properties as the original class can't be extended.
The text was updated successfully, but these errors were encountered:
If a class is derived, it should extend the original class and not re-declare the properties.
But, if the base class is excluded, it should include the inherited properties as the original class can't be extended.
The text was updated successfully, but these errors were encountered: