ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage   interview questions urls   External Links  Contact Us     Login  |  Sign Up                      
tip   To Refer this Site to Your Friends   Click Here
Google
 
Categories  >>  Software  >>  Programming Languages  >>  C++  >>  C++ General
 
 


 

 
 STL interview questions  STL Interview Questions
 OOPS interview questions  OOPS Interview Questions
 C++ General interview questions  C++ General Interview Questions
Question
what is data Abstraction? and give example
 Question Submitted By :: Varikuti
I also faced this Question!!     Rank Answer Posted By  
 
  Re: what is data Abstraction? and give example
Answer
# 1
data abstraction is a process of representing the essential 
features without including implementation details.
 
Is This Answer Correct ?    5 Yes 1 No
Prathiba
 
  Re: what is data Abstraction? and give example
Answer
# 2
Data abstraction is process of dfining the function & it is 
used several times as needed with the required properties
 
Is This Answer Correct ?    0 Yes 1 No
Deepak
 
 
 
  Re: what is data Abstraction? and give example
Answer
# 3
Abstraction is the process of exhibiting only the essential
characteristics of an object depending on programmers
view.It is complement to encapsulation.
 
Is This Answer Correct ?    2 Yes 0 No
Karthick
 
  Re: what is data Abstraction? and give example
Answer
# 4
Data abstraction is OOP entity wherein user defined 
datatypes are introduced like class for simplicity.
 
Is This Answer Correct ?    0 Yes 0 No
Guest
 
  Re: what is data Abstraction? and give example
Answer
# 5
The characteristics that allows program-data independence 
and program-operation independence is called Data 
Abstraction.
 
Is This Answer Correct ?    0 Yes 0 No
Byomakesh Panda
 
  Re: what is data Abstraction? and give example
Answer
# 6
an abstract data type (ADT) is an idealization of a set of
values, along with a set of functions and relations on these
values that together constitute a type. Simple examples
include Integers, Complexes, Sets, Lists, and so on.
 
Is This Answer Correct ?    1 Yes 0 No
Anil Bisht
 
  Re: what is data Abstraction? and give example
Answer
# 7
data abstraction is the process of representing essential 
details not including inter nal details.example index of 
the book
 
Is This Answer Correct ?    1 Yes 0 No
Guest
 
  Re: what is data Abstraction? and give example
Answer
# 8
Data abstraction is a OO methodology where the data type is 
abstracted from implementation.
 
Is This Answer Correct ?    0 Yes 0 No
Guest
 
  Re: what is data Abstraction? and give example
Answer
# 9
It refers we can represents essential features without 
including background details and explanations
ex:
    index of text book.
   class School
     {
      void sixthclass();
      void seventhclass();
       void tenthclass();
      }
 
Is This Answer Correct ?    0 Yes 0 No
M.harikrishnam Raju
 
  Re: what is data Abstraction? and give example
Answer
# 10
in oops the data abstraction is defined as represent 
essential features without including background details or 
implementation details.class use the concept of data 
abstraction.
 
Is This Answer Correct ?    0 Yes 0 No
Pintu Gupta
 
  Re: what is data Abstraction? and give example
Answer
# 11
data abstraction is a process of representing the essential 
elements,hiding the back ground details.
 
Is This Answer Correct ?    1 Yes 0 No
Vishwajit Kumar
 
  Re: what is data Abstraction? and give example
Answer
# 12
DATA ABSTRACTION MEANS ESSENTIAL FEATURES WITHOUT GIVING 
THE BACKGRAOUND DETAILS
 
Is This Answer Correct ?    0 Yes 0 No
Deepak
 
  Re: what is data Abstraction? and give example
Answer
# 13
It is a mechanism to create new data types that include
several related operations to be performed on it and
attributes to suit the require ments of an application.In C++ 
class are written to prepare ADTs(Abstract data types)
 
Is This Answer Correct ?    1 Yes 0 No
Keshav.gadde
 

 
 
 
Other C++ General Interview Questions
 
  Question Asked @ Answers
 
What is the Maximum Size that an Array can hold? Satyam31
How to avoid changing constant values? Symphony1
class Foo { int x; public: Foo(int I); }; If a class does not have a copy constructor explicitly defined one will be implicitly defined for it. Referring to the sample code above, which one of the following declarations is the implicitly created copy constructor? a) Foo(Foo *f); b) Foo(Foo &f); c) Foo(const Foo *f); d) Foo(const Foo &f); e) Foo(int); Quark3
is throwing exception from a constructor not a good practice ? Ericsson4
how to swap two numbers with out using temp variable  6
In C++ cout is: a) object b) class c) something else Lehman-Brothers10
What is the use of static functions? Symphony6
How do you link a C++ program to C functions?  2
why we cant create array of refrences  2
Memory is not a constraint. In a single iteration(NOTE: you can't go back), how will you find out the 10th last node/item in a linked list. Goldman-Sachs8
What is size of null class? HP3
What are inline functions? Verizon2
What is Memory Alignment? TCS1
What and all can a compiler provides by default? HP3
What is Object Oriented programming.what is the difference between C++ and C? Infosys5
What is Name Decoration? Lucent2
Give 2 examples of a code optimization?  1
What is your strongest programming language (Java, ASP, C, C++, VB, HTML,C#, etc.)? Microsoft20
What are the techniques you use for debugging? Adtran1
How do you know that your class needs a virtual destructor? Lucent3
 
For more C++ General Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com