Damn, am I glad I found this channel, best explanation I've seen of this so far, just like your personality too bro, watching your videos makes me calm and stops me from being stressed about not understanding these things right away.
After years of watching videos on UA-cam over the topic of Classes, Objects and Constructors, Finally found the best explanation on these topics in the form of this video series. Great Explanation!
You really need to REALISE how life changing your content can be man, these are without any doubt the best C# tutorials out there. I really hope you continue with these, I would never take your tutorials for granted.
Just a word of advice for anyone that may run into the same issue that I did. The class and the program have to share the namespace or else visual studio will not allow you to call that class. It was not explained in the previous video and it took me a bit to understand why it would not allow me to use the class.
this guy is just a natural teacher, explains so well, its crazy how I tried to learn this before but just todays thanks to him I understood, Thanks a million!!!
What a great explanation - short and clear! I've been struggling to understand constructors for quite some time and now I can finally get what this is all about! Thank you!
You are just the best man. I've been battling with a 6 hours of video on this topic without a solution. But you have given me the solution with just a few minutes of video. I love your videos...
Brilliant! I've watched about four other 5 minuite vids on this subject and was still unable to not determine if / or why I might want / or need to use constructors. Your one video answered all my questions.
Hi Mike Dane, You are a good teacher. I learn C# easily. Those are very very helpful videos. I requesting you more lessons about Constructors. Thank you so much !!!
Nice tutorial, it cleared up a lot of confusion I had. Also doing this.Title = Title; is much better, since you can use the same variable name in the constructor.
OMG. I graduated in 1996, before all this OO stuff came out (for C#). I've actually been using C# for 5 years, all self taught on the job. I've been using Constructors all this time, but I didn't know it was called "Constructor!"
@@shafialanower3820 programming is fine as long as I stick to basics, but in general I find that there are a lot of terrible c# programmers that make their code too complicated or they take too many shortcuts and so the code is hard to decipher. A lot of times the code only does one thing and is broken up into 3 classes and a dozen functions, when it can really be done in one block of code. It's like the people who over normalize their dB. C# allows for a lot of shit programming.
@@shafialanower3820 No no... the problem is that they do things shorter, when there is no need to. int ss; //Social Secrurity ss = SS(); //function to retrieve Social Security REALLY? C# douchebags do that shit all the time. It's frustrating. Makes sense to the coder, sure, but not to the guy who inherits it. I see this kind of shit all the time. Add a couple lines and make this more readable, and stop abusing case sensitivity please. Stupid c# programmers.
Thank you a lot for you talent to explain so well; I was trying to understand it from a teacher that can't explain, and in a different language that my native one...so your explanations was like a breath of air for me
I was watching a tutorial about object oriented programming and I really didn't understand constructors much. Turns out it was not because I am stupid.. it was just badly explained and by watching this video I understood it easily. Thanks a lot!
Dude, this is so helpful! I'm in a C# class (of the school type ;-) ) and just this morning I was thinking about how I feel like I've been dropped like a newborn giraffe! Then I find Giraffe Academy! Thank you!
Can I use different name for constructor, like Booklet, so I'd do Book book1 = new Booklet(); ?? Otherwise I don't understand why Book is repeated on both sides.
Wondering if anyone knows what key-command he used at 8:08 to have only highlighted and copied one line- and then having it paste the other two.. am I missing something obvious here? I am taking a software development course in college and it is heavily based in .NET framework, C# in particular... but we have never been taught much about the shortcuts and finer points of VS
Hello Mike. I wanted to know how "this" keyword works. I dont understand where to use it. Every thing is simple when you explain. Thank you in advance.
Hey, this comment will be very late. If you want the user to type their name of the book in the program(Console). How can I parse the titels, pages and author with Constructor? Sorry if this coming late.
Damn, am I glad I found this channel, best explanation I've seen of this so far, just like your personality too bro, watching your videos makes me calm and stops me from being stressed about not understanding these things right away.
Same here
No joke. This guys incredible!
FR BRO
Me too, i saw so many Videos, but this C# tutorial is the best, the views on this channel is really underrated.
After years of watching videos on UA-cam over the topic of Classes, Objects and Constructors, Finally found the best explanation on these topics in the form of this video series. Great Explanation!
I 100% agree I've been in school learning code and this is the best explanation I've had
It took you years to learn what classes, objects and constructors are? Maybe coding is not for you.
You really need to REALISE how life changing your content can be man, these are without any doubt the best C# tutorials out there.
I really hope you continue with these, I would never take your tutorials for granted.
awsome Mike....you just cleared all the confusion I had with constructors
I can't even begin to say how relieved I feel now, I FINALLY understand!! I am so thankful for teachers like you.
Just a word of advice for anyone that may run into the same issue that I did. The class and the program have to share the namespace or else visual studio will not allow you to call that class. It was not explained in the previous video and it took me a bit to understand why it would not allow me to use the class.
this guy is just a natural teacher, explains so well, its crazy how I tried to learn this before but just todays thanks to him I understood, Thanks a million!!!
What a great explanation - short and clear! I've been struggling to understand constructors for quite some time and now I can finally get what this is all about! Thank you!
genuinely impressed that it doesn't have as many views and likes as it should have! these tutorials are amazing, you explain things very clearly (:
Your the best programming teacher I have ever found and I’m in school.
Just starting out a career as a .net software developer and your vidoes are so helpful. Thank you, Mike.
You are just the best man. I've been battling with a 6 hours of video on this topic without a solution. But you have given me the solution with just a few minutes of video. I love your videos...
straight to the point! best C# tutorials on youtube! thanks a lot Mike!
Yep!
Finally, I found a video with 0 dislike on UA-cam - U r the best always
Brilliant! I've watched about four other 5 minuite vids on this subject and was still unable to not determine if / or why I might want / or need to use constructors. Your one video answered all my questions.
By far, the best explanation for the Constructors.
Great job brother, very interesting your tutorial either java, html, css or c#. thank's for your unpayable help.
Hi
Mike Dane,
You are a good teacher. I learn C# easily. Those are very very helpful videos. I requesting you more lessons about Constructors. Thank you so much !!!
I am very happy I found your channel. I enjoy the way you present the material, thank you.
Nice tutorial, it cleared up a lot of confusion I had. Also doing this.Title = Title; is much better, since you can use the same variable name in the constructor.
Bro you're such a good teacher, keep it up
Thank you so much bro, you are a good teacher!
OMG. I graduated in 1996, before all this OO stuff came out (for C#). I've actually been using C# for 5 years, all self taught on the job. I've been using Constructors all this time, but I didn't know it was called "Constructor!"
That’s hilarious the le. Awesome stuff
How is the C# journey going for you right now?
@@shafialanower3820 programming is fine as long as I stick to basics, but in general I find that there are a lot of terrible c# programmers that make their code too complicated or they take too many shortcuts and so the code is hard to decipher. A lot of times the code only does one thing and is broken up into 3 classes and a dozen functions, when it can really be done in one block of code. It's like the people who over normalize their dB. C# allows for a lot of shit programming.
@@thele99 interesting do you ever tell them hey this can be written much shorter. Are they beginners or mid to senior level devs
@@shafialanower3820 No no... the problem is that they do things shorter, when there is no need to.
int ss; //Social Secrurity
ss = SS(); //function to retrieve Social Security
REALLY? C# douchebags do that shit all the time. It's frustrating.
Makes sense to the coder, sure, but not to the guy who inherits it. I see this kind of shit all the time. Add a couple lines and make this more readable, and stop abusing case sensitivity please. Stupid c# programmers.
I kinda had to know what constructors were for several months for my class but never knew. Now I do!
Great Videos !! Still watching these things
Thank you a lot for you talent to explain so well; I was trying to understand it from a teacher that can't explain, and in a different language that my native one...so your explanations was like a breath of air for me
Thanks a lot for your videos, its all just great. Short, clear, and easy to understand. Keep it up!
I was watching a tutorial about object oriented programming and I really didn't understand constructors much. Turns out it was not because I am stupid.. it was just badly explained and by watching this video I understood it easily. Thanks a lot!
Love it! I would love examples that a little more advanced! Example working with inputs in windows forms or from a website
Thank you for making a complicated subject easy to understand. Great videos and explanations!
Great video! Simple, concise, easy to understand. You got yourself another subscriber here.
thank you so much for the video. You explain it so much better than my Prof.!!!! : -). Understood constructor now thanks to you ^^
You are simply great Mike , the best on youtube
This helps me understand unity api stuff better. Thank you.
Very good videon on how constructors work. Mutch better then the text i read in programming in school :)
Mike you are a Great Teacher Thank you for sharing your time knowledge and video's
You make this so easy!!! Thank you 🥹
Dude, this is so helpful! I'm in a C# class (of the school type ;-) ) and just this morning I was thinking about how I feel like I've been dropped like a newborn giraffe! Then I find Giraffe Academy! Thank you!
Uhhhhh...
Awesome video Mike.
I always become excited to your tutorial. I understand very well
everything is very easy with your videos
My dude bussin, thank allot. Clean explanation!
Thank you so much.
How can i let the user input objects, for example the user wants to add a new book with all its objects from console, how?
Great video as always, Mike!
Can I use different name for constructor, like Booklet, so I'd do Book book1 = new Booklet(); ?? Otherwise I don't understand why Book is repeated on both sides.
Awesome Explanation dude
Your videos have greatly helped, Thank you :)
Great explanation!
Good and simple video, thank you.
This makes SO MUCH MORE SENSE OMG. I'm taking the Treehouse C# course and... The explanation of most of the Object topics is... Lacking -. -
This video helped me a lot, Thanks 🙏🏻
Best c# tut ever!
Very well explained! Thanjs
can you make any videos using windowforms and mysql connections
instead of adding a writeline inside the constructor then putting a fix parameter in an object, how can i use readline then input the value?
“if you have any CONSTRUCTive criticism” :D
LOOOOL that well said, bro
Very nicely explained. Thank you.
You expalin good,thanks.It was helpfull for me
Great tutorial.
Very good guy👍
Wondering if anyone knows what key-command he used at 8:08 to have only highlighted and copied one line- and then having it paste the other two.. am I missing something obvious here? I am taking a software development course in college and it is heavily based in .NET framework, C# in particular... but we have never been taught much about the shortcuts and finer points of VS
He edited the video after filming it. It just cut off, not a command.
@@mykolasd thank you haha. This was really bugging me as I use VS daily and couldn't understand what happened there.
Appreciated!
Killer, killer, killer stuff. Thanks.
Very helpful, thank you!!
Hello Mike.
I wanted to know how "this" keyword works. I dont understand where to use it. Every thing is simple when you explain. Thank you in advance.
thank you very much
Could you please make a video about
"How to work with classes in a different file?"
Great Video! you gained a sub
thanks for the class.
So are constructors to classes like properties are to variables? Sort of?
7:13 why are someone writing :
this.title = aTitle; ?
What theme are you using?
Hey, this comment will be very late. If you want the user to type their name of the book in the program(Console). How can I parse the titels, pages and author with Constructor? Sorry if this coming late.
Very nice, thank you!
Thaaaaaaaank you soooo much !! I finally understand
the only tutorials I understand
omg you deserve more views!
So do u
do you have another t-shirt?
After watching this video I now understand what sql is for.
So the name of the constructor and the class have to be the same? In this case “book”
is always the constructor name and the class name is same?
Awesome
Thank you : )
Thanks brother.
skipping uni lectures and going straight to this :)
damn so simplified thanks
I always prefer use "this" keyword
"tolkein".
great explanation tho, thanks man.
❤👌🏼🤝🏻
Still impressed..
2 constructors with the same name In the same class? Are you sure?
why the hackk you the only one who i can understand with
Spelling Tolkien hey ho!
Bonk you 😡
Excessive talk is not the explanation and it is not the explanation
You talk too much = losing the basic meaning