LoginSignup
0
0

More than 3 years have passed since last update.

mixinとは何か

Posted at

参考

「what are mixins 」
https://medium.com/flutter-community/dart-what-are-mixins-3a72344011f3

概要

flutterを学習していていきなり出てきたmixinについて調べたので共有します。

mixinとはなにか

単純に言えばClassと似たようなもの。
ただし、Dartにおいて、Classと異なるのは複数個継承できるということ。

ここで参考元に記載されていた例を添付する。
mixin.png

画像にある通り、個々の動物の技能にあたる場所がmixinです。

まとめ

mixin自体は結構古い概念らしいことを知り、驚いた。
まだまだ勉強することはたくさんあるな。。。
ということでよければLGTMお願いします!
みなさんの参考になれば幸いです!

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0