Answers were Sorted based on User's Feedback



what is data Abstraction? and give example..

Answer / tamilarasan

A data abstraction is a simplified view of an object that includes only features one is interested in while hides away the unnecessary details.
eg: creation of object from its class.

Is This Answer Correct ?    1 Yes 0 No

what is data Abstraction? and give example..

Answer / kiribati

Abstraction is the process of capturing the essential or
distinguishing features of
something while suppressing or ignoring the detail.

Is This Answer Correct ?    1 Yes 0 No

what is data Abstraction? and give example..

Answer / santosh kumar

Abstraction is one of the most powerful and vital features provided by object-oriented programming language. Modularity is very important in any programming language, it provides flexibility to users for using the programming language. This aspect is well achieved with high performance by the concept of abstraction. In object-oriented programming language the programmer can abstract both data and code when needed.

Is This Answer Correct ?    1 Yes 0 No

what is data Abstraction? and give example..

Answer / mansi

In this we hide the complexity of data from being used,
only useful and authorized information is made visible to
the users.

Is This Answer Correct ?    1 Yes 0 No

what is data Abstraction? and give example..

Answer / rohit shori

data abstraction
3 types:-

Physical level describes how a record (e.g., customer) is
stored.
Logical level: describes data stored in database, and the
relationships among the data.
type customer = record
name : string; street :
string; city : integer; end;
View level: application programs hide details of data
types. Views can also hide information (e.g., salary) for
security purposes.

Is This Answer Correct ?    3 Yes 2 No

what is data Abstraction? and give example..

Answer / sunny verma

abstraction means act of represeting essential features
without including background detail and explanation.
The classes uses the concept of data abstraction called
Abstract data Type(ADT)

Clases defines the list of abstract attribute may be
size,weight,cost and function to operate on these
attributes.

Is This Answer Correct ?    1 Yes 0 No

what is data Abstraction? and give example..

Answer / lucky

Absraction is the process of hiding certain details of how
the data is stored and maintained, and representing
essential features :)

Is This Answer Correct ?    1 Yes 0 No

what is data Abstraction? and give example..

Answer / afjal ansari & shekhar ya

Abstraction is about reducing complexity and ignoring
unneccesary details.

Is This Answer Correct ?    1 Yes 0 No

what is data Abstraction? and give example..

Answer / deepak

data abstaction is process of hiding the datamambers of one
class by using private access spcifier from other class

Is This Answer Correct ?    1 Yes 0 No

what is data Abstraction? and give example..

Answer / prasenjit chatterjee

Abstraction means that just represents the essential
feature of some thing without including much details.
So the data abstraction means that does't define the
internal structure of the data, but allows difference
operations on it. Such data types are called abstract data
type or (ADT), like stack queues are the example of an
abstract data type

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More C++ General Interview Questions

What is implicit pointer in c++?

0 Answers  


Can c++ be faster than c?

0 Answers  


What is the best c c++ compiler for windows?

0 Answers  


We use library functions in the program, in what form they are provided to the program?

0 Answers  


What is the use of turbo c++?

0 Answers  






What is the difference between an external iterator and an internal iterator? Describe an advantage of an external iterator?

0 Answers  


what is software cycle? What is a mission critical system ? What is the important aspect of a real-time system ? Explain the difference between microkernel and macro kernel. Give an example of microkernel.Why paging is used ? Which is the best page replacement algo and Why ? What is software life cycle ? How much time is spent usually in each phases and why Which one do U want to work if selected in Honeywell ? Which are the different types of testing ? What is a distributed system ? Some questions about CSP. Which languages do U know ? What are the differences between Pascal and C. questions from Compiler construction and Lisp. Which are the different computer architecture? What is the requirement in MIMD ? What is the difference between RISC and CISC processors ? Difference between loosely coupled and tightly coupled systems ? What is an open system?

0 Answers   Honeywell,


Is c# written in c++?

0 Answers  


Can we declare a base-class destructor as virtual?

0 Answers  


What is c++ similar to?

0 Answers  


Write a C++ program which will compute the volume of a sphere or a cylinder after prompting the user to type the first character for the shape name.

0 Answers   An-Najah National University,


What is a storage class? Mention the storage classes in c++.

0 Answers  


Categories