what is data Abstraction? and give example
Answer Posted / prathiba
data abstraction is a process of representing the essential
features without including implementation details.
| Is This Answer Correct ? | 1531 Yes | 140 No |
Post New Answer View All Answers
Write a program which uses Command Line Arguments
What is static function? Explain with an example
Is c++ an oop?
What is an adjust field format flag?
How do you write a function that can reverse a linked-list?
What is private, public and protected inheritance?
How can we check whether the contents of two structure variables are same or not?
What is an operator in c++?
Which operator cannot be overloaded c++?
write a corrected statement in c++ so that the statement will work properly. x = y = z + 3a;
What's the order in which the objects in an array are destructed?
What is the purpose of ios::basefield in the following statement?
What is the difference between a baller and a reference in C++?
Name the implicit member functions of a class.
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