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
It won't succeed, as the child class will re-generate a copy of its parent's methods, but as their arguments are both shared_ptr<...>, it will be though as the same method in the context of Java language.
The text was updated successfully, but these errors were encountered:
Consider,
and
It won't succeed, as the child class will re-generate a copy of its parent's methods, but as their arguments are both
shared_ptr<...>
, it will be though as the same method in the context of Java language.The text was updated successfully, but these errors were encountered: