Skip to content

Files

Latest commit

8b55956 · May 8, 2018

History

History
8 lines (7 loc) · 658 Bytes

procedural-programming.md

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.