What are the differences between procedure-oriented
languages and object-oriented languages?
Answer Posted / umapathi
procedure oriented have more code where as object oriented
have less code
| Is This Answer Correct ? | 41 Yes | 57 No |
Post New Answer View All Answers
What is boolean in php?
What is the difference between explode and split?
Difference between array_combine and array_merge?
What are sql functions?
What is the difference between "echo" and "print" in php?
What are the 5 types of data?
What is difference between python and php?
What is a php array?
What is the purpose of the php empty function?
What is php explain how php works?
Why do we use in php?
How do you pass a variable by value?
What is session in php why it is use?
What is meant by ‘passing the variable by value and reference' in php?
Difference between $message vs. $$Message in php.