Skip to content

Commit 8b55956

Browse files
authored
Create procedural-programming.md
1 parent 9439f32 commit 8b55956

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/procedural-programming.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[<-- Return to index](../README.md)
2+
# Procedural Programming
3+
4+
### Does the language support procedural programming?
5+
#### PHP
6+
[Yes](https://stackoverflow.com/questions/1530868/simple-explanation-php-oop-vs-procedural), 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.
7+
#### Python
8+
[Yes](https://study.com/academy/lesson/object-oriented-programming-vs-procedural-programming.html), Python can function not only as an object oriented development language, but also a procedural scripting-like environment.

0 commit comments

Comments
 (0)