What are the differences between procedure-oriented
languages and object-oriented languages?
Answer Posted / sathish
C employs top down approach which is an procedure oriented,
where as c++ employs bottom up approach which is an object
oriented language.
| Is This Answer Correct ? | 30 Yes | 5 No |
Post New Answer View All Answers
What are the main error types in php and how do they differ?
Explain me is multiple inheritance supported in php?
How do I get csrf token?
Can you use both this () and super () in a constructor?
What is dao in php?
How to make a class in php?
Do I need to install php after xampp?
What is php crud api?
How to get a total number of elements used in the array?
What is the difference between php and javascript?
What is the use of stripslashes in php?
Can we extend multiple classes in php?
How can I make a script that can be bilingual (supports english, german)?
Explain object-oriented methodology in php?
How to concatenate two strings in php?