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

Can private class be inherited?

596


How do you achieve polymorphism?

592


What is new keyword in oops?

569


What are the important components of cohesion?

533


Why is polymorphism used?

561






What is object and example?

576


What is the difference between abstraction and polymorphism?

588


What is stream in oop?

806


What are functions in oop?

559


What is encapsulation oop?

557


What is a null tree?

601


What is polymorphism and its types?

567


what is the sylabus for priliminaries?

1653


What is constructor in oop?

558


How oops is better than procedural?

564