055 - Mixin - in Dart

Поділитися
Вставка
  • Опубліковано 7 лис 2024

КОМЕНТАРІ • 8

  • @yoy_313
    @yoy_313 Рік тому +1

    في ميزان حسناتك ان شاء الله

  • @usertuserb7057
    @usertuserb7057 Рік тому

    الله يحفظك و يبارك فيك.

  • @عامرالسيد-ت6د
    @عامرالسيد-ت6د Рік тому

    الله يجزيك الخير
    🌹🌹🌹🌹🌹🌹🌹🌹🌹🌹🌹🌹🌹🌹🌹🌹🌹🌹🌹🌹🌹🌹🌹🌹🌹🌹🌹🌹🌹🌹🌹🌹🌹🌹🌹🌹🌹🌹

  • @waliddaoud4125
    @waliddaoud4125 5 місяців тому

    In the last versions of Dart :
    1-you can't extend from mixin like this example :
    mixin B { foo() => print('B'); }
    class mix extends B{}
    you will get an Error, if you want to extend from class B you should write class after the word "mixin " but in this case class B to be both a class and a mixin :
    mixin class B { foo() => print('B'); }
    class mix extends B{}
    2- you can't extend using ' with' if the superclass is class like this :
    class M {}
    class C with M {}

  • @learnenglishwithwalid9265
    @learnenglishwithwalid9265 Рік тому

    mixin class C {foo() => 'ccc';} اظنه تحديث وبارك الله فيك شرحك جميل

  • @MohamedReda-gd2zo
    @MohamedReda-gd2zo Рік тому

    أستاذ حازم بارك الله فيك one signal لا يحمل لم؟

  • @خليلالعزة-د6ز
    @خليلالعزة-د6ز Рік тому

    اذا سي ورث بي مش تقاءي برث ال اي