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

Answer Posted / krishna

OOps is the object oriented programming system in which objects are used to encapsulate data and code,which provides security.logic flows with in the object.
while in procedural language logic flows with in procedure
and there is no any concept of object thats y all program is executed step by step.public and private access specifiers r not used in procedural language,means data will access in whole program ,there is no any security aspects.
OOPS having some adv over procedural language like inheritence,polimorphism,encapsulation etc which make OOPS more flexible sa comp. to procedural language.

Is This Answer Correct ?    0 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the data types in oop?

596


what are the different types of qualifier in java?

1831


What is abstraction example?

611


What are the benefits of polymorphism?

613


Explain the advantages of inheritance.

666






What is overloading in oops?

590


What is persistence in oop?

657


Can we define a class within the interface?

548


What does enum stand for?

605


What are benefits of oop?

628


How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction

1650


Which language is not a true object oriented programming language?

633


How do you achieve runtime polymorphism?

563


What is meant by multiple inheritance?

729


Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)

3550