what is data Abstraction? and give example
Answer Posted / saro
DATA ABSTRACTION MEANS WE GIVE MORE IMPORTANT TO DAT
WITHOUT CONSIDERING WHAT'S GOING ON BACKGROUND.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is c++ slower than c?
What is difference between array and vector in c++?
What are c++ redistributables?
Write a program which uses functions like strcmp(), strcpy()? etc
Can a program run without main in c++?
How would you find out if a linked-list is a cycle or not?
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
How we can differentiate between a pre and post increment operators during overloading?
What is the best ide for c++?
What is searching? Explain linear and binary search.
What parameter does the constructor to an ofstream object take?
How the endl and setw manipulator works?
What does new do in c++?
What is the use of ::(scope resolution operator)?
List different attributes in C++?