Uploader Comments (mybringback)
Top Comments
-
"woof wah wah in dog language" lol
-
THANK YOU! I'm taking a basic Java class at school and the professor and the book just jumped into this whole "class" and "method" stuff without explaining it. I'm a computer engineering major (not computer science) but I am required to take computer science classes too. So while the comp. sci majors have some Java experience, I'm coming straight from C, so this whole object oriented stuff is new to me. Your video made perfect sense.
All Comments (31)
-
can a method return a value so you use int bark or string bark?
-
@Biolaundry No, its like calling a method or doing a method, so that way, java knows its a method, and dog is not a method, but its calling the method to create a new object i belive
-
mine says "woof i am gonna suck youi am gonna suck you"
-
Woof wah wah kinda reminds me about skyrim.
-
hi, greetings from Colombia, woow the power of TIC, this playlist helped me so much, thank you, but i have a question: dog() is a method? the () indicates that is a method?
-
My main language is not even English and these tutorials are the bests 11/10 points
-
I would call this number one tutorial Playlist on Youtube. You should be proud of yourself.
-
thank you so much! these tutorials are awesome!
Subbed, you do an excellent job explaining things, but what exactly does it mean where you put String "trav" I'm going through the first couple videos and still confused as to what that means.
MrNewFindings 2 weeks ago
@MrNewFindings ahh don't worry about that right now. But basically, when you compile your code, the complier looks through all of your classes and looks for the public static main method we set up, this tells the complier where to start. The main method it is looking for needs to have a specific parameter (extra info), the specific parameter that needs to be attached to the main method is a string array (String[]), and I just named it trav, but most times (in books) you will see it named args
mybringback 2 weeks ago