Why not teach the definitions of objects and methods first in java? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Why not teach the definitions of objects and methods first in java?

9th Mar 2017, 7:18 PM
Eric Ottavi
Eric Ottavi - avatar
3 Answers
+ 3
You can learn that way but understanding basic syntax and primitives(and Strings) is the norm at the beginning and they lead to less confusion if you just accept that you will figure out how methods and objects work later
10th Mar 2017, 4:43 AM
Earl Chukwu
Earl Chukwu - avatar
+ 3
@Eric True, they are crucial but once you learn a definition like "an object is an instance(creation) of the class" you will probably want an example and deeper explanation, but that is a much more comprehensive task if you get used to and understand the basic syntax and primitives (and Strings) first
10th Mar 2017, 12:29 PM
Earl Chukwu
Earl Chukwu - avatar
0
ok. It was like back in the days when I was learning how to do visual basic. we were not shown the definition of objects and methods which I found was crucial
10th Mar 2017, 11:56 AM
Eric Ottavi
Eric Ottavi - avatar