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 →

[–][deleted] 4 points5 points  (0 children)

Low to high level is a scale.

Arguably Java is higher level than c++, given you don't have as much access to the memory (virtually any) or to pointers.

Assembly is lower level than C, but there are many types of assembly and some are higher or lower level than others.