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 main reason for inheritance is to take advantage of EBO. So it might be best to only inherit when classes are empty. This is related to issue #129, and may supersede it.
The text was updated successfully, but these errors were encountered:
The nice thing about inheritance is easy access to the base class. I think it would be better to keep inheritance and the user can use final or fit::protect to avoid possible problems that come from inheritance, but I am not sure which would be the better approach.
The main reason for inheritance is to take advantage of EBO. So it might be best to only inherit when classes are empty. This is related to issue #129, and may supersede it.
The text was updated successfully, but these errors were encountered: