What is the difference between procedure -oriented language
and object oriented language?
Answer Posted / k.j.sudarsanan
procedure oriented language focuses more on code accessing
data which means functions access to code.It is top to
bottom approach.object oriented approach focuses more on
object access to data and control to access it.It is bottom
to top approach.Extensibility and Reusability is achieved in
OOPS rather than procedural oriented programming.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Hi can you please help for the following. I have a ASP.Net web page I want to print the whole page how is it possible? I want It in ASP also.Please send me the solutions dipankar.hazari@gmail.com . Thanks in advance.
Write a program to create a process in UNIX
Write a pascal program to calculate the sum of the first 100 even number and odd number
Is the IT field raise again? What is the position of IT after 4 years?
how do i create my own exception class which will restrict IO exception?
What sysoption determines where the macro facility searches a specific catalog for complied macro?
hi all, i need ur help in preparing a sql which performs scd2, i mean i have a scd2 mapping i need a sql which can give me same result as scd2 mapping, SRC table: cust_no, loc 01 abc 02 xyz TGT table: pm_ky cust_no loc current_flag 1 01 abc Y 2 02 xyz Y cust 1 has changed his loc to xyz then it loads into TGT table as below, pm_ky cust_no loc current_flag 1 01 abc N 2 02 xyz Y 3 01 xyz Y i need sql to get the above result, hope got me question, Any suggestion will be appreciate.. thanks, Vinod
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
Hi All, Can any one please send me the difference between informatica 7i and 8i versions, Thanks in advance. vinod
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 does the type system works when there is interoperability between a COM and .Net, i mean what exactly happens there
Suppose server object is not loaded into the memory, and the client request for it , what will happen?
what are stubs related to foxpro?
When will you use shell script/Perl ahead of C/C++?
how to check single or double byte in struts