Programming Course for Beginners - ZedLX

The Easiest Online Computer Programming Course, for Free

A Quick Comparison of Programming Languages [5/10]

5. Static vs Dynamic Type System

A very important distinction among popular programming languages is in type systems.

The languages C, C++, Java and C# use a static type system.

The languages Javascript, PHP and Python use a dynamic type system.

ZedLX uses a static type system. It helps beginners to detect errors in their programs.
[See the error by clicking the 'Check' button]

Comparison of Popular Programming Languages by Type System

Loading...