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

how to get the oracle certification? send me the answer

0 Answers   Oracle,


What is difference between oop and pop?

0 Answers  


JAVA is FULLY OBJECT ORIENTED PROGRAMING LANGUAGE?

3 Answers  


Why is oop useful?

0 Answers  


Write a program in c++ to read two floating point numbers and find their sum and average.

2 Answers  






What is differance between Abstract and Interface

3 Answers  


Should you protect the global data in threads? Why or why not?

2 Answers   IBM,


I am developing a payroll system mini project.I used file concept in program for reading and writing.When the program is reloading into the memory that is if i execute next time the file was cleaned and adding data from the starting this is my problem.I want to strore the previous data and if i want to add any record that should be next of previous data.Please help me.

0 Answers  


What does and I oop mean in text?

0 Answers  


What is solid in oops?

0 Answers  


How do you achieve runtime polymorphism?

0 Answers  


Can java compiler skips any statement during compilation time?

0 Answers  


Categories