Why is abstraction used?



Why is abstraction used?..

Answer / Suraj Ekka

Abstraction in Object-Oriented Programming (OOP) is used to hide complex implementation details and expose only essential features or functionality. This makes the system easier to understand, use, and maintain by developers, as well as by users who interact with the software.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More OOPS Interview Questions

Which method cannot be overridden?

1 Answers  


Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)

1 Answers   HCL,


What do we mean by a hidden argument in a function?

1 Answers   TCL,


sir plz send me a set of questions that been frequently held in written examination during campus selection.

0 Answers   TCS,


What is advantage of inheritance?

1 Answers  


i=20;k=0; for(j=1;k-i;k+=j<10?4:3) { cout<<k; } //please comment on the output

1 Answers  


What is new keyword in oops?

1 Answers  


What is polymorphism explain?

1 Answers  


Difference between realloc() and free?

9 Answers   HP,


Why is polymorphism important in oop?

1 Answers  


How compiler selects(internally) required overridden function in inheritance?

2 Answers   CSC, Infinite Computer Solutions,


features of OOPS

22 Answers   Ness Technologies, Satyam,


Categories