Interface In Dart - Learn Dart Programming

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

КОМЕНТАРІ •

  • @khubaibirfan9215
    @khubaibirfan9215 2 роки тому +3

    ❤️❤️❤️👌👌

  • @khubaibirfan9215
    @khubaibirfan9215 2 роки тому

    Sir next video kb aenge pls sir

  • @MrAngeloDy
    @MrAngeloDy 2 місяці тому

    There is an interface keyword…
    But actually you can make an interface class out of any of classes by adding implements.

  • @AnupUpadhayaya
    @AnupUpadhayaya 2 роки тому +2

    Please make some practise set with solution 🥺🥺

    • @darttutorial
      @darttutorial  2 роки тому

      Thank you for recommendation. Will try to add more questions on Question for practice. dart-tutorial.com/object-oriented-programming/questions-for-practice-5/

  • @khubaibirfan9215
    @khubaibirfan9215 2 роки тому

    you can achieve multiple inheritance in dart sir ye point samj ni ae.pls ye samjha de

    • @darttutorial
      @darttutorial  2 роки тому +2

      You can't extend multiple class like: class Student extends Person, Human{}
      If you use interface then you can do like: class Student implements Person, Human{}

  • @pawe8713
    @pawe8713 9 місяців тому

    well, not anymore