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
Write a function which accepts a sentence as input parameter.Each word in that sentence is to be reversed. Space should be there between each words.Return the sentence with reversed words to main function and produce the required output. for eg:- i/p: jack jill jung kill o/p: kcaj llij gnuj llik
how CLR identify vb file?
Tips for blog integration by www.esteemwebsolutions.com. Can Any body suggest me to how to make wonderful questions on web integration..
what is the difference between Windows application and Unix application?
what is throws keyword
iam confused among testing ,.net and java. can anybody help me.
in cobol,wat is the difference in using 'set index in occurs clause' ....and 'occurs depending-on clause'
Give examples of macro quoting function?
Given n red balls and m blue balls and some containers, how would you distribute those balls among the containers such that the probability of picking a red ball is maximized, assuming that the user randomly chooses a container and then randomly picks a ball from that.
Which language they use during interview?
I need to fetch all rows from the table based one field value in the table and later do a condition check if the condition is true I will have to move all the rows present in the data base to output file one else if the condition is not satisfied then move all the records of that field value into another file .Please let me know how to do that
what is delegate and how works delegate and event.
How to get the index of the clicked field in reports in ABAP?
Always use scope terminator like End-If with IF, End- Evaluate with Evaluate statement.Can somebody explain me the detail logical explanation?
how we can know the funcions available in a class recording java?