What is the difference between procedure -oriented language
and object oriented language?
Answer Posted / anjali singh
1)In POP there is no reusability of data which is possible
in OOP.
2)POP is not combined with built in data types whereas OOP
is combined with built in data types.
Is This Answer Correct ? | 37 Yes | 8 No |
Post New Answer View All Answers
what is the BAM? where we can use it in BizTalk server?
What is the purpose of
what is client server & server? What r types of Joins? explsin it! which types of indexex in sql server? what is triggers?
For a binary tree with n nodes, How many nodes are there which has got both a parent and a child?
how can i split string in a textbox in windows appication using C#.net
what is the work of 1tier,2tier,&ntier? Plz Explain it!
how pseudo column works?
what is web service in java? have u use before.
where is available in this mantis toturials?
any drawback are there in mantis?
What is the use of Differ interface check box in Ship confirm?
what is delegate and how works delegate and event.
what is the basic and unique feature of dotnet
What is the difference beween joblib and steplib statements
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.