Logo 
Search:

C++ Programming FAQ

Submit Interview FAQ
Home » Interview FAQ » C++ ProgrammingRSS Feeds

Identify the drawback of using procedure-oriented programming, if any:

  Shared By: Luis Fischer    Date: Nov 02    Category: C++ Programming    Views: 1921

Answer:

Options


a) Data is hidden from external functions
b) New functions can be added whenever necessary
c) Does not reflect real world problems
d) All of the above


Answer : c) Does not reflect real world problems

Share: 
 



Your Comment
  • Comment should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].


Tagged: