Core Java - 15 - Using Objects as Parameters

preview_player
Показать описание
How to pass an Object as a parameter to a Java method.
Рекомендации по теме
Комментарии
Автор

Thank you! This is very helpful while studying for my Object oriented java course. Would you still be able to use an object as a parameter if you had initialized x and y in your test class as private variables?

dani
Автор

I think you follows 'java the complete reference' book
bcoz whatever you told in your videos all are same as that book
is it correct?

AslamShaik
Автор

This was very well explained, Thank You Good Sir!

joshrandall
Автор

Wait so the Test “test “ can be anything right ? How come you have to use “ .” Right after test

oscarwang
Автор

where was the "this" declared from?

alfietorres