oops concept is used for?

Answers were Sorted based on User's Feedback



oops concept is used for?..

Answer / yj

OOP concepts were introduced to overcome the limitations of POP(Procedure Oriented Programming). The first and foremost aim of OOP was to secure the data by encapsulating it in class and providing the only way to access them i.e., through functions which are in the same class.
Secondly, it reduces the complexity.
Thirdly, it reuses the code and hence uses memory efficiently.

There are 3 main OOP concepts :
1. Encapsulation.
2. Polymorphism.
3. Inheritance.

Is This Answer Correct ?    34 Yes 1 No

oops concept is used for?..

Answer / kundlasireesha

security

Is This Answer Correct ?    17 Yes 6 No

oops concept is used for?..

Answer / muthukumar

secureity as well as to increase the execution speed by
providing data and functions together with in an object

Is This Answer Correct ?    9 Yes 8 No

Post New Answer

More OOPS Interview Questions

Can a destructor be called directly?

0 Answers  


What is the difference between static polymorphism and dynamic polymorphism?

0 Answers  


What is class in oop with example?

0 Answers  


c++ program to swap the objects of two different classes

0 Answers  


How is class defined?

0 Answers  






What is virtual class and friend class?

5 Answers   IBS, Intel, Wipro,


Difference between realloc() and free?

9 Answers   HP,


What is multidimensional array?

1 Answers  


What are the benefits of polymorphism?

0 Answers  


Which keyword is written to use a variable declared in one class in the other class?

5 Answers   TCS,


What is abstraction in oops?

0 Answers  


How to deploy web appliction in web logic ?

1 Answers   Unisys,


Categories