Skip to content

Instantly share code, notes, and snippets.

@arturlector
Last active February 11, 2017 15:59
Show Gist options
  • Save arturlector/de9765cf851e47379cf2 to your computer and use it in GitHub Desktop.
Save arturlector/de9765cf851e47379cf2 to your computer and use it in GitHub Desktop.
Как имитировать множественное наследование?

Как имитировать множественное наследование?

Наследоваться от класса, который в свою очередь наследуется от другого класса и т.д.
@EvgenyKarkan
Copy link

By using several protocols.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment