What is the difference between procedure -oriented language
and object oriented language?

Answer Posted / bharat

In procedural program,programming logic follows certain procedures and the instructions are executed one after another.
In Oop,unit of program is object,which is nothing but combination of data and code.
In procedural program data is exposed to the whole program.
Where as in oops program ,its accisable within object and which in turn assures the security of the code.

Is This Answer Correct ?    20 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can anyone send me NIC question papers alongwith answers on nidhi1485@yahoo.co.in? Urgently needed.. Thanks in advance

1834


What is abstract Method i want the exact definition and is there any possibility to declare class as abstract without any abstract methods in that class?If it is possible then tell me why and how?

1469


Write a program to create a process in UNIX

2085


what is the difference between Windows application and Unix application?

2154


If u need any fake experience certificate in software side, contact me at: vikramyadhav@gmail.com

7830






When we have two versions of the dot net installed how does the compiler know which version of DLL it has to select to an application.

1422


what is meaning of MDM in sap?let me know that meaning

1679


What ports must be open for DCOM over a firewall? What is the purpose of Port 135?

7168


Which design patterns have you used?

1546


how to add a new table with variables and thier values into a imported file uisng proc import?

1442


what is the difference between uservariables and systemvariables (in Environmental variables)???

1935


what is dot net framework

2340


how to check single or double byte in struts

1551


WHAT IS THE MEANING OF CONSTANT ...EXEEDS LENGTH LIMIT WHILE COPYING FROM PS FILE TO KSDS

1515


SELECT A~FTRMI A~AUFNR B~MATNR D~MAKTX B~PSMNG B~WEMNG C~MTART E~CHARG C~MATKL C~SPART R~BWART R~CHARG R~MATNR E~BWART R~BDMNG INTO TABLE ITAB FROM AFKO AS A INNER JOIN AFPO AS B ON A~AUFNR = B~AUFNR * INNER JOIN AFVC AS A1 ON A~AUFPL = A1~AUFPL AND B~DWERK = A1~WERKS INNER JOIN MARA AS C ON B~MATNR = C~MATNR INNER JOIN MAKT AS D ON C~MATNR = D~MATNR INNER JOIN MSEG AS E ON B~MATNR = E~MATNR AND A~AUFNR = E~AUFNR AND B~DWERK = E~WERKS INNER JOIN RESB AS R ON A~AUFNR = R~AUFNR AND E~AUFNR = R~AUFNR AND R~RSNUM = A~RSNUM AND R~WERKS = E~WERKS AND R~BAUGR = E~MATNR INNER JOIN MARA AS C1 ON R~MATNR = C1~MATNR WHERE A~FTRMI IN S_DATE AND A~AUFNR IN S_AUFNR AND C~MTART IN S_TYPE AND C~MATKL = 'T' AND R~BWART ='261' AND E~BWART = '101' AND R~XWAOK ='X' AND B~DWERK = '2000' AND R~XLOEK EQ SPACE AND E~KZBEW ='F' AND D~SPRAS = 'E' AND R~KZEAR = 'X' AND C~MATNR IN S_MATNR. This query gives repetative records from RESB.There must be some common field which i am not taking thats why its giving repetative records. If u find any solution pls lety me know ASAP. Thanks Swati Ghadge

2826