Java walk through: ATM

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Thank you for making this! I'm a Java novice right now and this is the sort of practice project I was looking to jump into :)

winaura
Автор

Your thought of process in making stuff is really precious. Appreciate you taking your time to code.

phafid
Автор

Great step toward learning real coding, the beginner stuff is oversaturated online, good to see step up!

Thank you

abdallanofalable
Автор

i just wanna say...God bless you. Please keep these videos coming!  I wish my teacher was this clear

omgcoin
Автор

very interesting example But I recommend to create ATM as a collection of classes and implement all the functions then just call them in main. instead of doing on main just to keep free the main for testing. and inherit accounts to bank class and keep the common variables and functions on bank class.

maranata
Автор

Очень классный урок, спасибо автору за старания и объяснения!

Сергей-ижв
Автор

YouTube won't let me post a link to the code in this comment, but if you check out the post I link to in the main video description, there's a link to the implementation code just above the embedded video. Good luck!

TechLiterate
Автор

I learned so many things from this video.Thanks a lot!

aryat
Автор

this is amazing... perfect rhythm and pace

invisibellrobe
Автор

can you share the source code? I am not able to see your post which is in the description.

kms
Автор

Do you have any class diagram or any diagram that you made before starting out would be very helpful to get an idea of what we will be doing that we can try to think of a solution on our own and if could not, then we can refer to the video

shubhamrane
Автор

One question, so how do know which method go under which class ? For example, printAccountSummary () is in user class, since its says account i was thinking that needs to be in account class. This is the hardest part to understand in this video,
Is there any specific rules we need to follow or how to you get the idea . Please help i’m sure there are other ppl struggling to understand this as well.

And thanks for the video learned alot 🙏🏻

comfortablynumb
Автор

I wrote code up to 52:48 my eclipse console is showing <Terminated>ATM [java Application]

what should I do?

abhiram
Автор

I got to learn so many things.It was indeed great help.Thank you so much.

prachishrivastava
Автор

Your videos are awesome thanks for posting

mirzaalam
Автор

why u use String pin instead of pinHash[] in user class???

buildleadinnovate
Автор

if you put your own bank account number and sort code in with your code you can do some pretty amazing things ;)

mannygenetics
Автор

Is someone have it's full source code?

hazemismail
Автор

Unfortunately, I can't help you out...you'll have to debug it yourself! A good skill to learn!

TechLiterate
Автор

can i still get a copy of this code?
i wanna try run and test to learn this

dennislee