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
How to update memcached when you make changes to php?
Is php better than java?
Is not null mysql?
What is difference between print and echo in php?
What are examples of dependent variables?
Can we run php in apache tomcat?
How many escape sequences are recognized in double-quoted strings in php?
Explain $_FILES Superglobal Array?
How to make a class in php?
What is foreach loop in php?
List some features of php that are deprecated in php
Is array a key php?
How can I embed a java program in php file and what changes have to be done in php.ini file?
How to know user has read the email-php?
Suppose we receive a form submitted by a post to subscribe to a newsletter. This form has only one field, an input text field named email. How would we validate whether the field is empty? Print a message "the email cannot be empty" in this case?