Thank you for recommendation. Will try to add more questions on Question for practice. dart-tutorial.com/object-oriented-programming/questions-for-practice-5/
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{}
❤️❤️❤️👌👌
Thank you
Sir next video kb aenge pls sir
There is an interface keyword…
But actually you can make an interface class out of any of classes by adding implements.
Please make some practise set with solution 🥺🥺
Thank you for recommendation. Will try to add more questions on Question for practice. dart-tutorial.com/object-oriented-programming/questions-for-practice-5/
you can achieve multiple inheritance in dart sir ye point samj ni ae.pls ye samjha de
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{}
well, not anymore