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
Explain Type hinting in PHP?
What is php built on?
What are the 5 types of data?
How can you retrieve data from the mysql database using php?
Is php used in 2019?
Which escape sequences can be used in single quoted strings in php?
What is str_replace()?
What does $_env mean?
What is return in php function?
Is facebook still in php?
What is mysql in php?
Explain the value of the variable input is a string 1,2,3,4,5,6,7. How would you get the sum of the integers contained inside input?
What are the string functions in php?
What is a static variable in php?
What is the use of namespace in php?