What is abstraction?

Answers were Sorted based on User's Feedback



What is abstraction?..

Answer / nagababu

Hiding own nessesary data from the user it is called
Abstraction

Is This Answer Correct ?    6 Yes 1 No

What is abstraction?..

Answer / rajaneesh

It can be defined as the seperation of unnecessary
details or explation from system requirments so as to
reduce the complaxities of understanding requirments.
For example a person who is driving a car doesn't need to
know the mechnical works that have been done to make a
car... so what all the driver is to do is just drive.. ie
move start and stop....

Is This Answer Correct ?    4 Yes 0 No

What is abstraction?..

Answer / sree

data abstraction means hiding the unneccessary part
Data abstraction is main feature of c++

Is This Answer Correct ?    3 Yes 0 No

What is abstraction?..

Answer / sougata kr. chatterjee

The term abstaction refers hiding the inner processing of
data but it help for done the work in structured manner.

Is This Answer Correct ?    1 Yes 0 No

What is abstraction?..

Answer / azra

it is manages the complexity the real world object can be managed by the abstraction.

Is This Answer Correct ?    1 Yes 0 No

What is abstraction?..

Answer / solanki

Abstraction is thing which you directly not use.
like as in motor making all spare aprart are come from
differnt class which all are combined in one motor class
where we use it.
we direclty not use any only one think as tyre or petrol
for use it we want to combine that all.

Is This Answer Correct ?    0 Yes 0 No

What is abstraction?..

Answer / arun upadhyay

Abstraction is basically the data types,information
associated with a function,object which may not be required
by user therefore that unnecessary data is hidden from user.
e.g. int a, only data type nature is provided not about
its memory space.

Is This Answer Correct ?    1 Yes 1 No

What is abstraction?..

Answer / pavitra.m.s

Abstraction refers to the attributes of an object that
clearly demarcates it from other objects.

Is This Answer Correct ?    0 Yes 1 No

What is abstraction?..

Answer / guest

For example, control abstraction in structured programming
is the use of ... Object-oriented programming can be seen
as an attempt to abstract both data and

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More OOPS Interview Questions

string is a class or data type in java?

3 Answers  


i^=j; j^=i; i^=j; value of i,j

1 Answers  


How would you stop a class from class from being derived or inherited.

18 Answers   Ness Technologies,


Can static class have constructor?

0 Answers  


What does and I oop mean?

0 Answers  






what is object oriented programming and procedure oriented programming?

3 Answers  


Write on signed and unsigned integers and give three (3) examples each

1 Answers  


#include <iostream> using namespace std; int main() { int a = 3; int c[5][5]; for (int x=0;x<5;x++) { for (int y=0;y<5;y++) { c[x][y] = x*y; } } cout << c[a][2]; }

1 Answers  


write a short note on Overloading of Binary Operator?

2 Answers  


just right the logic of it 1--> If few people are electing then every time ur candidate should win 2--> arrange books in box, if box carry weight == books weight then take another box..... find the no of box required.

0 Answers  


What is namespace?

15 Answers  


What are the fields of vtable

1 Answers   Mphasis,


Categories