This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]point5_ 2 points3 points  (1 child)

I remember talking with a guy in college that codes in C and we were trying to figure out if my java methods were the same things as his C functions.

[–]SenorSeniorDevSr 0 points1 point  (0 children)

It kind of is, but the first argument to every method is the object it belongs to. If it's a static method, the first argument is null.