Java Programming Tutorial 17 - Creating Basic Classes, Methods, and Properties

preview_player
Показать описание


~~~~~~~~~~~~~~~ CONNECT ~~~~~~~~~~~~~~~

~~~~~~~~~~~~~~ SUPPORT ME ~~~~~~~~~~~~~~

🅑 Bitcoin - 3HnF1SWTzo1dCU7RwFLhgk7SYiVfV37Pbq
🅔 Eth - 0x350139af84b60d075a3a0379716040b63f6D3853
Рекомендации по теме
Комментарии
Автор

I'm really enjoying this course - it's really helping me with my computer science studies and I can recommend it to anyone who wants to learn Java!

matttantony
Автор

best course available for beginners to learn java.

huzaifashaikh
Автор

1:55 Thank you Caleb that turned on a few lightbulbs for mw

jiggyfeets
Автор

Thanks for this Caleb. This helpful and enjoyable. IMO, naming a string the name as the type is confusing far a greenhorn. eg. User user = new User(); I did User usr = new User(); Thanks again!!

banarkle
Автор

Day 1 🙌 Done 17 out of 100, 83 more to go let's go! 🔥

hihellookay
Автор

really well explained course thanks a lot Caleb.

HyperActive
Автор

property, field, method... all that is very specific lexicon (glossary) that aid to design stuff, i think it's important to give proper name to each think and know the subtle difference between these things, for example variable, property, field and attribute are not the same thing.
That's what I like in Caleb's videos, he is very specific ! GJWT (good job well taught) !!

rabahakrour
Автор

Had to take 2 semesters down. This was an excellent refresher for starting back to my next level Java class.

RhoChalmers
Автор

Thank you, you explained making your own classes way better than my teacher did.

chrisbynum
Автор

It's really cool tutorials, thanks a lot Caleb and may God bless you!!!

nomanmalik
Автор

I always watch your video tutorials mr. Caleb and I admire you for having such knowledge thanks your videos are really big help for me studying programming. Heart❤ heart❤

ryanrodriguez
Автор

NOW we're getting to the good stuff. I knew 80% of what you taught until this video. Now I'm excited haha.

spartanspeedruns
Автор

Your videos have been extremely helpful for my Java class. Thank you so much!

ferretqween
Автор

Very nice
One of the better explanations I saw online to combining classes and creating objects:)

ohadavni
Автор

it's getting even more interesting bro! i love your series so much

thedeveloper
Автор

Vid # 100 here I come. Keep on truckin!

SSMLivingPictures
Автор

Why is sometimes like
public static void multiply(int a, int b){
System.out.println(a * b);
}

And this method is like this

String firstName;
String lastName;
public String getFullName(){
return getFullName();
}

Where it doesn't say anything in the () ? And the variables are declared above it?

MisterWealth
Автор

Hi Caleb, just in case you check in on these messages, just a question. What is the expectation by the end of this video series? I am currently learning Java by the app CodeGym, this series and a few books and Im wondering what sort of competancy might I expect upon watching and absorbing the info from them? Thanks! Absolutely love the series so far!

SSMLivingPictures
Автор

Sir can i get notes of these java tutorials

jagdishahirwar
Автор

Thank you so much!!
quick question :
We don't have to mention the return type for get method?

pragnyays