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

Answer Posted / abz

OOPS means object oriented programming ,it includes
programming for different applications with respect to an
object.
using oops concept makes the applications more flexible
where the data is executed within the object

Is This Answer Correct ?    51 Yes 40 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?

4225


What exactly is polymorphism?

590


How is polymorphism achieved?

570


What is variable example?

586


Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.

1994






What is object in oops?

602


Advantage and disadvantage of routing in telecom sector

774


Why do while loop is used?

567


Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer

1598


What is abstraction in oops?

572


What are the 4 main oop principles?

663


How Do you Code Composition and Aggregation in C++ ?

24176


Why is encapsulation used?

567


What is pure oop?

585


What makes a language oop?

589