Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Answers were Sorted based on User's Feedback



what is data Abstraction? and give example..

Answer / gurpreet kaur sandhu

Abstruction to the act of the representing the essential
features without internal structure of objects & variables.
In object oriented programming users are just aware of
objects ,function and their purpose.they are not aware of
the internal structure and working of the function and
objects.
THE PHENOMENA OF HIDING THE ACCESS TO INTERNAL VARIABLE
FROM THE USER AND ONLY PROVIDING THE ACCESS TO FUNCTION IS
CALLED "Abstruction".

Is This Answer Correct ?    0 Yes 0 No

what is data Abstraction? and give example..

Answer / aniruddha kalburgi.

Data Abstraction is the way of hiding the unessential data
to reduce the complexity in front of user of a computer. The
programmer can decide what the data to be hided or what part
is essential to shown to user...

Is This Answer Correct ?    1 Yes 1 No

what is data Abstraction? and give example..

Answer / shruthi

Data abstraction enforces a clear separation between the
abstract properties of a data type and the concrete details
of its implementation. The abstract properties are those
that are visible to client code that makes use of the data
type—the interface to the data type—while the concrete
implementation is kept entirely private, and indeed can
change, for example to incorporate efficiency improvements
over time. The idea is that such changes are not supposed to
have any impact on client code, since they involve no
difference in the abstract behaviour.

Is This Answer Correct ?    0 Yes 0 No

what is data Abstraction? and give example..

Answer / maddy

Data Encapsulation is the process of combining data and
functions into a single unit called class. By this method
one cannot access the data directly. Data is accessible
only through the functions present inside the class. Thus
Data Encapsulation gave rise to the important concept of
data hiding.

Example:

public class class1
{
void role1();
void role3();
}

class1 c=new class1();
c.role1();
c.role3();

---
dotnetpages.blogspot.com

Is This Answer Correct ?    0 Yes 0 No

what is data Abstraction? and give example..

Answer / hameed

It refers to the act of representing essential features
without including their background details or explanations.

Is This Answer Correct ?    0 Yes 0 No

what is data Abstraction? and give example..

Answer / suraj

data abstraction is the way of hiding complexity related
with data from end users

Is This Answer Correct ?    0 Yes 0 No

what is data Abstraction? and give example..

Answer / abhishek

data abstraction is a process of idenification the
impleaction without the

Is This Answer Correct ?    0 Yes 0 No

what is data Abstraction? and give example..

Answer / joseph malaba

ome of the features of C++ allow low-level access to memory
but also contain high level features,explain

Is This Answer Correct ?    0 Yes 0 No

what is data Abstraction? and give example..

Answer / nitin

Abstraction is generalizing characteristics of objects that belong to same family....

Is This Answer Correct ?    0 Yes 0 No

what is data Abstraction? and give example..

Answer / arumugaselvam

Class is not consider about the function inside of the coding through proof the data hiding

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

How one would use switch in a program?

0 Answers  


What is a lambda function c++?

0 Answers  


Perform addition, multiplication, subtraction of 2-D array using Operator Overloading.

0 Answers   Nucleus, TCS,


What is the use of c++ programming language in real life?

0 Answers  


Are strings mutable in c++?

0 Answers  


What is else if syntax?

0 Answers  


How many types of classes are there in c++?

0 Answers  


Write a C++ program to sort digits of all the 4 digit number and display the sorted 4 digit number

1 Answers   TATA, TCS,


What is the difference between the compiler and the preprocessor?

0 Answers  


What is c++ coding?

0 Answers  


What is ofstream c++?

0 Answers  


Explain what is class definition in c++ ?

0 Answers  


Categories