What is the difference between procedure -oriented language
and object oriented language?
Answer Posted / uv
1)The main difference between pop & oop is, In pop the
entire program is divided in the form of function where as
in oop the program is splitted into objects.
2)In pop the data hidding is not possible where as in oop
the data hidding[abstraction]is possible.
3)POP is the top down proccesing and where as OOP is bottom
up proccesing
| Is This Answer Correct ? | 38 Yes | 9 No |
Post New Answer View All Answers
You are given some denominations of coins in an array (int denom[])and infinite supply of all of them. Given an amount (int amount), find the minimum number of coins required to get the exact amount. What is the method called?
what are all the ant command options
Given an array of size n+1 which contains all the numbers from 1 to n.Find the number which is repeated in O(n) time.How do you proceed with the same with floating numbers from 0 to 1 instead of 1 to n?
what are other resources are needed for this mantis?
qtp 9.2 14 days demo version was expired.I uninstalled how to reinstall this again
Where do we need Operator overloading?
Write a program to swap the content of two variables without using a third variable.
Given: coordinates of rectangle-> left bottom and right top points. the rectangles create a hole.Find the maximum area of the hole. eg. 4 rectangles create a hole in between. find its area.
What is the Difference between in memory database and physical database
why we need to take u?
Hello Experts, What is the difference between move and move corresponding exactly? please post me asap
Explain the difference between an expert and a novice user. How would your strategy for designing user interfaces for an expert user differ from that for designing user interfaces for a novice user.
iam confused to choose among testing, .net and java can anybody help me????????
What is easiest way to get the PL/i compiler,I didn't have found the compiler in my library. Is there any extra cost if we want to access the PL/1 programs?Actually we r having Mainframe rented training Ids
Given an array of size n. It contains numbers in the range 1 to n. Each number is present at least once except for 1 number. Find the missing number