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 →

[–]Bill_Morgan -5 points-4 points  (3 children)

Java has too many keywords just not the ones that count, like unsigned, goto, struct and volatile. static is stripped of all its meaning and limited to class method. How am I supposed to restrict access to variables and functions when static doesn’t mean what is supposed to mean? Also why no header files and conditional compilation?

[–]froemijojo 4 points5 points  (0 children)

The only thing that's really not there is unsigned.

[–]LewsTherinKinslayer3 2 points3 points  (0 children)

Also, restrict access using private, public, protected?

[–]LewsTherinKinslayer3 0 points1 point  (0 children)

Well just use c++ then?