Java Programming Tutorial - 15 - Creating/ Instantiating Objects

preview_player
Показать описание
This video continues from Tutorial 14. Here, I instantiate objects within the main class, calling the Account class.
Рекомендации по теме
Комментарии
Автор

you helped me out so much omg, like I never seen a video so good before I'm grateful for this vid thank you so much

estreIlaz
Автор

Thank you for the explanation. I was feeling overwhelmed but I now have a better understanding. This has really helped me complete the exercises for my intro to Java class. Much appreciated.

esmeraldasaldana
Автор

Thank you so much! This helps me a lot with my programming class in college.

sebas.arocha
Автор

I love you Uniprogrammer.. I tried to understand it soo hard before and this video helped me to do it simply

kosalaherath
Автор

You are amazing! Youtubers should be the new college professors! You guys do such a better job than colleges professors!

carlazuritarubindecelis
Автор

Great explanation. Really helped me out on my first project.

juliebaird
Автор

You are the best... 😇😇😇😇😇😇 thank you so much for your efforts

tamjidapurba
Автор

Hi Andrew, Are you still making Java tutorials? I would like to ask you many questions about it, as I find your way of teaching very helpful to me. But I see you didn't add since 2018. Now we are 2021....How can I contact you? Nina

ninaalexieva
Автор

how would we make this into a user input data values in place of the parameters when new Account object is being made?

fazeelxart
Автор

You create object of class and put balance to constructor.. Means hou already know you balance and metbod getBalance also return the same you entered.. So what is the use of it.

vishalregister
Автор

Excellent explanation. thank you. Next time adjust your microphone please.

ravshanbekyusupov
Автор

how can we enter the information by ourselves? (I mean, input)

mj
Автор

so by instantiating an object by using the operator new, is acct1 an Account pointer type and acct1 should be treated like so?

pacoespi
Автор

Just me or it's a lot easier to understand YouTube tutorial than going to class...

delloxford
Автор

How do you declare and create an object in one statement?

feezydark
Автор

Andrew, Excellent tutorial! Thank you for that. However, I'm having trouble understanding why it is necessary to type define acct1 on the left-hand side of the equal sign in line 6, since the right-hand side clearly defines acct1 to be an instance of an object of type Account. It seems redundant in that the data type is specified as Account on both sides of the = sign. I've looked at 2 or 3 videos on the same topic, and so far, I've not seen that point explained. Maybe it's obvious to everyone else. Thank you in advance for your help.

jerryviviano
Автор

I'm here for Instantiating only, but found encapsulation added. LMAO

rezwordanimeclips
Автор

if you just say Account account, how is that different than new account?

Majestic
Автор

i hate it, looking at a code and seeing the same name 3 times in a row and trying to understand wtf this means, at least yours says acct1 so its a little easier to get. i had to use your vid to under stand it cuz the code im learning from says Parrot parrot = new Parrot();....im happy to learn but damn this crap makes me want to punch a wall sometimes....








ok im done ranting on the internet to feel better.

Seánasadventure