Learn to Program with ZedLX

Free Online Programming Course for Beginners

A Quick Comparison of Programming Languages [4/10]

4. Level of Abstraction

The syntax of a programming language is a relatively minor concern.

More importantly, languages can be distinguished by their level of abstraction. The C programming language has a low level of abstraction, while C++ combines both low-level and high-level features.

In contrast, languages like Java, C#, Javascript, PHP, and Python are languages with a high level of abstraction.

ZedLX is also a high-level language, which is designed to offer an even higher level of abstraction. This reflects the philosophy that programming education should start with the highest possible level of abstraction.

Comparison of Popular Programming Languages by Abstraction Level

Loading...