what is data Abstraction

Answer Posted / sumithra.a

Data Abstraction is the process of hiding unwanted details
from user.

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain function overloading

587


What is a buffer c++?

584


What is heap sort in c++?

603


What is an associative container in c++?

552


What is binary search in c++?

570






What is virtual methods?

659


What is a character in c++?

567


what are function pointers?

582


int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}

837


what Is DCS ? what i will get benefit when i did?

1837


How does atoi function work?

628


How do you add an element to a set in c++?

551


Assume an array of structure is in order by studentID field of the record, where student IDs go from 101 to 500. Write the most efficient pseudocode algorithm you can to find the record with a specific studentID if every single student ID from 101 to 500 is used and the array has 400 elements. Write the most efficient pseudocode algorithm you can to find a record with a studentID near the end of the IDs, say in the range from 450 to 500, if not every single student ID in the range of 101 to 500 is used and the array size is only 300

1791


What are the rules about using an underscore in a c++ identifier?

636


Is eclipse good for c++?

540