What is OOPS and How it is different from Procedural
Programming ?

Answer Posted / janet

In procedural program ,programming logic follows
certain procedures and the instructions are executed one
after another. In OOPs program,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 OOP's program ,it is accesible within
the object and which in turn assures the security of the
code.

Is This Answer Correct ?    111 Yes 38 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is overriding in oops?

846


Where is pseudocode used?

764


What is encapsulation c#?

826


if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?

3139


What is an example of genetic polymorphism?

895


What is difference between oop and pop?

901


What is the point of polymorphism?

794


What is purpose of inheritance?

878


Can private class be inherited?

938


write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.

2018


What is the point of oop?

887


Can a destructor be called directly?

823


What is a function in oop?

835


What is the importance of oop?

861


What is this pointer in oop?

815