Java - Array of Objects

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

Why Am I just finding this channel! Good explanation and straight to the point and I did subscribe to your channel

tsutt
Автор

Really nice 100% practical example. Keep on with practical examples !

vladanulardzic
Автор

nice explination i got clarity and it would be use for me a lott

memsofgamers
Автор

U provoked me to comment for the first tym in youtube bcoz of the wonderful work done by u . Got to know what I was looking out for after watching so many videos .Thanks a lot .

OneLevelBetter
Автор

help! I can't find the last video where you made the Employee class

jonathand
Автор

Its helpful to include source code in your tutorials

newlookak
Автор

Thank you so much. I have one confusing point, why we don't instantiate in with array of strings:
String[] x = new String [5];
x[0] = "aymen";
but we have to do with array of objects:
Object [] x = new Object[5];
Object[0] = new Object();
Object[0].something =
Even String is a class, why is that Sir??

aymenzidane
Автор

Thank you SO MUCH. I was stuck on how to iterate through an array of objects and this really helped me to understand! One thing I am confused about and sorry if this is a dumb question, but why don't the for loops need curly braces?

ArcticFoxAK
Автор

what's the use of your ---public Employee() { 
this(10, "unknown", 0.0);
}
in the Class Employee Sir?
were did you get that?

igleceriodivino