what is data Abstraction? and give example

Answer Posted / rajendran

data abstraction is the process by which internal
characteristics of an class is hided to the outside world.

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between #define debug 0 and #undef debug?

652


What is encapsulation in c++?

680


Name the debugging methods that are used to solve problems?

591


How many characters are recognized by ANSI C++?

907


What are the benefits of pointers?

606






What is an undefined reference/unresolved external symbol error and how do I fix it?

612


Write a Program for dynamically intialize a 2 dimentional array. Eg:5x20, accept strings and check for vowels and display the no.finally free the space allocated .

699


What is a down cast?

619


There are 100 students in a class. The management keep information in two tables. Those two tables are given like Roll no Name Age 001 ABC 15 002 XYZ 14 and Roll No Subject Marks 001 Math 75 001 Physics 55 002 Math 68 001 Hindi 69 They want the information like this Roll No Name Hindi Physics Math Total 001 ABC 69 55 75 199 002 XYZ 68 74 84 226 And Roll No Suject Highest 001 Math 98 007 Physics 84 021 Hindi 74 All 275 All information is kept in structure in main memory. You have to find last two tables.

2545


Which c++ operator cannot overload?

561


Define basic type of variable used for a different condition in C++?

674


what are the iterator and generic algorithms.

1695


What does int * mean in c++?

651


What is the best c++ ide?

617


What is constructor in C++?

640