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

Answer Posted / prabhash

Object-oriented programming (OOP) is a programming paradigm
that represents concepts as "objects" that have data fields
(attributes that describe the object) and associated
procedures known as methods. Objects, which are usually
instances of classes, are used to interact with one another
to design applications and computer programs
In Procedural Programming language the execution of
application can be step by step.
that means there is no need to follow the order of
execution on OOP.
it depends on the object.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are objects in oop?

752


Why is oop useful?

748


Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box

2179


What is a class and object?

729


Why multiple inheritance is not possible?

711






What is polymorphism used for?

689


Give an example where we have to specifically use C programming language and C++ programming language cannot be used?

1280


What is the difference between a constructor and a destructor?

749


What is class and object in oops?

749


write a program to find 2^n+1 ?

1701


What is overloading in oop?

685


What is encapsulation in ict?

740


What is the diamond problem in inheritance?

714


Will I be able to get a picture in D drive to the c++ program? If so, help me out?

1798


How do you achieve runtime polymorphism?

683