Answer Posted / abelthom

data abstraction is the process of looking at the data at
higher levels without being concerned with the lower levels
(i.e. implementation considerations)

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Are there interfaces in c++?

665


Is there any function that can skip certain number of characters present in the input stream?

673


Should the member functions which are made public in the base class be hidden?

663


What is lazy initialization in c++?

742


Which software is used to run c++ program?

631






Do vectors start at 0?

672


What is dev c++ used for?

693


Specify some guidelines that should be followed while overloading operators?

722


Refer to a name of class or function that is defined within a namespace?

718


What is an adjust field format flag?

769


Can I learn c++ without learning c?

661


What is c++ stringstream?

710


What is a pointer how and when is it used?

683


Why struct is used in c++?

711


Write a program using shift_half( ) function to shift the elements of first half array to second half and vice versa.

909