Тёмный

Encapsulation In Dart - Learn Dart Programming 

Dart Tutorial
Подписаться 3,4 тыс.
Просмотров 6 тыс.
50% 1

Опубликовано:

 

16 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 14   
@bohdan8557
@bohdan8557 11 месяцев назад
Wow, impeccable, subscribed... You know how to explain things.
@viandaelendherlina5923
@viandaelendherlina5923 Год назад
thanks for your videos
@Trunk_Tech
@Trunk_Tech 5 месяцев назад
Why are not using Constractuructor while handling Encaps..... and if yes can we use it ??
@freehuman1504
@freehuman1504 Год назад
hello bisworaj , first of all thank you for the easy to understand tutorial , i just want to inform you that i tried to run an encapsulated code in another dart file and it worked with importing the original dart file and even without importing the original dart file where i created the encapsulation , is there an update we are missing?
@jimmorrison2657
@jimmorrison2657 Год назад
Do you know how to do data hiding with named parameters in the constructor. It seems that you just cannot do it, but to me that is just not good enough. Is there any work around? Thanks a lot.
@L-OGOScry
@L-OGOScry Год назад
thanks you
@abdurrehmanch27
@abdurrehmanch27 Год назад
Thankyou sir
@hamidsaeed6320
@hamidsaeed6320 Год назад
Sir why do you use exclamation mark in the getter method?
@darttutorial
@darttutorial Год назад
Because of ?, don't worry, you will learn the meaning of (!) mark on null safety section. dart-tutorial.com/null-safety/
@ສີວົງສາອີນວົງເທບ
how can i contract you sir
@loveleshagrahari3875
@loveleshagrahari3875 4 месяца назад
class Patient{ String name; int age; String disease; Patient({this.name = 'Ram',this.age = 20,this.disease = 'Sorises'}); } void main(){ Patient patient = Patient(); final pate = patient.name; final age = patient.age; final disease = patient.disease; print(' Name of patient is $pate'); print('Age of patient is $age'); print('disease of patient is $disease'); }
@abdurrehmanch27
@abdurrehmanch27 Год назад
how can I contact you sir?
@darttutorial
@darttutorial Год назад
bishworajpoudelofficial@gmail.com
@loveleshagrahari3875
@loveleshagrahari3875 4 месяца назад
class Person { String? name; String? planet; Person({this.planet = 'Earth'}); } void main(){ Person person = Person(); final name = 'Lavlesh'; print('My name is $name'); print(person.planet); }
Далее
Getter In Dart - Learn Dart Programming
9:18
Просмотров 2,9 тыс.
Inheritance In Dart - Learn Dart Programming
20:28
Просмотров 3,3 тыс.
Static In Dart - Learn Dart Programming
16:55
Просмотров 2,2 тыс.
Encapsulation - Tamil
29:19
Просмотров 1,5 тыс.
Super In Dart - Learn Dart Programming
17:59
Просмотров 2,1 тыс.
Interface In Dart - Learn Dart Programming
23:32
Просмотров 2,6 тыс.
Generics In Dart - Learn Dart Programming
12:36
Просмотров 2,6 тыс.
Learn JSON in 10 Minutes
12:00
Просмотров 3,2 млн
OOPS CONCEPTS - JAVA PROGRAMMING
20:24
Просмотров 2 млн