Classes and objects in Dart

  Рет қаралды 31,498

Hitesh Choudhary

Hitesh Choudhary

Күн бұрын

Пікірлер: 54
@davidalvarez5150
@davidalvarez5150 6 жыл бұрын
You don't need to use the keyword "new" before any class since Dart 2
@AbIdKhAn-bh9md
@AbIdKhAn-bh9md 4 жыл бұрын
10:55 In dart the constructor idea Hero(this.name); # this is the shortcut is similar to Hero (name) { this.name = name; }
@vinceramces
@vinceramces 6 жыл бұрын
Next => Named Parameters, Optional Named Parameters. Thanks for all the tutorial. You can help a lot of flutter developers. Edit: when you use string interpolation, you can just have a "$myVar", if you want to have an expression to that variable/method, you can just add "${myVar.toString()}". Just a Dart Tips!
@bemshimapeter78
@bemshimapeter78 Жыл бұрын
Yes and similarly as of today you don't need to use the new keyword to instantiate a class.
@yashsharma3857
@yashsharma3857 6 жыл бұрын
your reaction - 'this keyword here' nailed it.
@aniketbhalla1521
@aniketbhalla1521 6 жыл бұрын
Sir, please make a video on OOPs concepts
@Grewal0007
@Grewal0007 6 жыл бұрын
Love with flutter 🤗 Thanks a lot for creating flutter videos.
@ShubhamSharma-rm9ry
@ShubhamSharma-rm9ry 6 жыл бұрын
11:17 i like this reaction 🤣..., and really amazing video
@MrSachinkumar502
@MrSachinkumar502 6 жыл бұрын
Loved your flutter series.
@sachintiwari5871
@sachintiwari5871 6 жыл бұрын
Amazing video sirji 😁.... I loved it❤️❤️
@rishabhvishwakarma5745
@rishabhvishwakarma5745 Жыл бұрын
thank you sir it cleared most of my doubts
@nourhabra
@nourhabra 3 жыл бұрын
Great content, great explanation, 10/10, would subscribe.
@adnankazi9572
@adnankazi9572 5 жыл бұрын
please make video on CRUD operation using mysql with MVC pattern
@rituparnaw
@rituparnaw 6 жыл бұрын
Hello Sir, Similar to Flutter , I have found B4A -- Basic For Android I found it good for people who already know BASIC languange rather Visual Basic Is it possible to build high end apps in B4A ? Please make a video on B4A
@behzadabf
@behzadabf 2 жыл бұрын
beautifulllll.. thanks. sir
@anmolrai4211
@anmolrai4211 4 жыл бұрын
love your videos
@4funrc11
@4funrc11 5 жыл бұрын
Thx. For what it's worth, sorry... in America _parameter_ is pronounced par-am-it-or I'm so confused with what actually are the correct naming conventions to use within flutter/dart. lol
@omahr.carpinteiro
@omahr.carpinteiro 4 жыл бұрын
Thanks. How do you increase code typo size in Dart Pad?
@happyman_smiling
@happyman_smiling 6 жыл бұрын
Is dart going to be there when web assembly has come in computer world.
@tanmaymishra3639
@tanmaymishra3639 6 жыл бұрын
Why this keyword is used with name but not used with name in myPower?(something like we do in python with self )
@mklion03
@mklion03 6 жыл бұрын
class car1{ String car; carpower() { print('$car it has 400HP'); } } void main() { var luxurycar= new car1(); luxurycar.car="BMW"; luxurycar.carpower(); }
@odorlessflavorless
@odorlessflavorless 6 жыл бұрын
Why is this the last video in the series? Been almost one month since this video. Are there anymore videos coming out in the Flutter series?
@HiteshCodeLab
@HiteshCodeLab 6 жыл бұрын
More videos are planned but I am traveling a lot in this month.
@ritushreelakshminarayana6891
@ritushreelakshminarayana6891 6 жыл бұрын
Sir ,I am studying in first year, can you pls make a video on how to learn other skills along with studies within 4 years for better job at the end
@Grewal0007
@Grewal0007 6 жыл бұрын
Bro just take first Step to learn. Don't think too much. Choose your language in Learncodeonline.com and learn with practice.
@ritushreelakshminarayana6891
@ritushreelakshminarayana6891 6 жыл бұрын
@@Grewal0007 I want to know what all are required in a right way,see u understand that in the first year most of our time is wasted in basics and intro to.the college,real studies start from the next year,how to manage time and do some projects that will help us at the last than hurrying up at the 4 th year
@Grewal0007
@Grewal0007 6 жыл бұрын
@@ritushreelakshminarayana6891 ohkk then you are asking about time management. You can watch Hitesh Choudhary's video on time management.Or read books of Brian Tracy for e.g. Time management , Eat that frog . My opinion is one hour is enough for you but do programming regularly as Sir always said that Consistency is the key.
@ritushreelakshminarayana6891
@ritushreelakshminarayana6891 6 жыл бұрын
Thanks
@manosriram
@manosriram 6 жыл бұрын
Ritushree Shet learn Basics correctly ...That helps you in the long run
@shaikatbarua9692
@shaikatbarua9692 3 жыл бұрын
why this feels like I'm watching an JS tutorial without constructor!
@mffaizuddin4319
@mffaizuddin4319 2 жыл бұрын
Thank you soooooo much bhai. Realy👍
@TheSourav7721
@TheSourav7721 6 жыл бұрын
I didn't really like the change in constructor though . 😎
@HiteshCodeLab
@HiteshCodeLab 6 жыл бұрын
It's little different. :)
@rajivkumargupta8467
@rajivkumargupta8467 6 жыл бұрын
Useful sir
@johnrimbaud9908
@johnrimbaud9908 6 жыл бұрын
How to load an url in desktop view mode in webview in android studio.
@sameerpatelxyz
@sameerpatelxyz 6 жыл бұрын
@Hitesh Choudhary i sent email regarding your paid course on 15 sep. still not receive any replay
@souvikmondal2748
@souvikmondal2748 6 жыл бұрын
sir any suggestions about sql start up don't find where to start
@shaikatbarua9692
@shaikatbarua9692 3 жыл бұрын
and yes it has this also! JS duh
@devopsengineers8254
@devopsengineers8254 6 жыл бұрын
Sir I am working a program can you tell me a thing
@AdityaGupta-ku1jk
@AdityaGupta-ku1jk 2 жыл бұрын
this keyword is similar to c++ then why did he say, he hasn't seen it before??
@sugupriya5420
@sugupriya5420 5 жыл бұрын
how to convert the string data type to list data type
@3LDCreations
@3LDCreations 6 жыл бұрын
Sir Dart have visibility mode like private, protected?
@prajwaldsouza211
@prajwaldsouza211 4 жыл бұрын
Not exactly, but Dart uses keywords 'show' and 'hide' if you do not want your main function to gain access to any methods you want to keep private while importing.
@prashantindurkar
@prashantindurkar 6 жыл бұрын
Hey.. nice..
@thegreathacker3645
@thegreathacker3645 6 жыл бұрын
Sir in the live session I was not trying to impress you by saying I am in the 8th class and want to join your bootcamp....I was just asking if there is any age limit your answer discouraged me alot😢😢😢
@HiteshCodeLab
@HiteshCodeLab 6 жыл бұрын
I am sorry that you felt like that.
@adityagupta9719
@adityagupta9719 3 жыл бұрын
indexof function not working in dartpad why? any suggestions
@Casio-e4p
@Casio-e4p 3 жыл бұрын
Write indexOf not indexof.....It will work. Mine has worked.
@harshchaudhary7834
@harshchaudhary7834 6 жыл бұрын
Finally....
@sundark1330
@sundark1330 6 жыл бұрын
Go a head bro
@algeriennesaffaires7017
@algeriennesaffaires7017 Жыл бұрын
Too much side talk, please make videos short and go straight to the subject
@souvikmondal2748
@souvikmondal2748 6 жыл бұрын
please
@sivathejeswarareddyk3149
@sivathejeswarareddyk3149 6 жыл бұрын
1st comment
STOP Using Classes In JavaScript | Prime Reacts
14:02
ThePrimeTime
Рет қаралды 242 М.
Worst flight ever
00:55
Adam W
Рет қаралды 56 МЛН
My Daughter's Dumplings Are Filled With Coins #funny #cute #comedy
00:18
Funny daughter's daily life
Рет қаралды 26 МЛН
This mother's baby is too unreliable.
00:13
FUNNY XIAOTING 666
Рет қаралды 36 МЛН
👨🏽‍💻 Dart Null Safety (Simple)
14:24
Mitch Koko
Рет қаралды 11 М.
The Ultimate Guide to Writing Classes in Python
25:39
ArjanCodes
Рет қаралды 115 М.
👨🏽‍💻 Learn Dart Programming in 30 mins for Beginners
30:08
35 Flutter Tips That Will Change Your Life
10:53
Flutter Mapp
Рет қаралды 306 М.
Introduction to Dart - Part 3: Classes
31:03
Andrea Bizzotto
Рет қаралды 20 М.
Wordpress Open Source drama
15:46
Hitesh Choudhary
Рет қаралды 35 М.
Functions vs Classes: When to Use Which and Why?
10:49
ArjanCodes
Рет қаралды 159 М.
Flutter Basic Training - 12 Minute Bootcamp
12:09
Fireship
Рет қаралды 924 М.
Best AI assistant for developers is free
10:40
Hitesh Choudhary
Рет қаралды 32 М.
Object Oriented Programming in Dart and Flutter
14:47
Learn App Code
Рет қаралды 21 М.
Worst flight ever
00:55
Adam W
Рет қаралды 56 МЛН