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
in network security,how we identified threat?some one say we found threat according to it's signature,but how we get signature or pattern of the virus?
Explain three modes in which files can be accessed from python program
how to convert hashmap to arraylist with iteration
Have you used callsymputx? what points need to be kept in mind when using it?
In project we have Documentation phase also,in that what is micro and macro designing?
what is the certificates in biztalk?
how do we provide security for web services
Difference between HTML and DHTML?
What is web.configuration? how is it work? & wht is use this?
Busy waiting is a method whereas a taskwaits for a given event by continiously checking for an event to occur. What is the main problem with this approach
How does the type system works when there is interoperability between a COM and .Net, i mean what exactly happens there
is it possible to learn sap from book without any tutorial. if yes please mention the beginner,s book of sap and also make your valuable advice for self study of sap .
how CLR identify vb file?
define profiler???
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?