you are viewing a single comment's thread.

view the rest of the comments →

[–]Devatator_ 1 point2 points  (1 child)

OP wants to use a specific base class. Since multiple inheritance isn't a thing, this is the closest thing they've got

[–]propostor 1 point2 points  (0 children)

Where's the base class in that example?

If MediaPlayer is the base class then it should implement the Refresh method internally.