Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 658 Bytes

File metadata and controls

8 lines (7 loc) · 658 Bytes

<-- Return to index

Procedural Programming

Does the language support procedural programming?

PHP

Yes, PHP is ultimately intended as a server-side scripting language, with thorough object oriented abilities being added in subsequent versions. As such, you can develop either object oriented or procedurally.

Python

Yes, Python can function not only as an object oriented development language, but also a procedural scripting-like environment.