what is data Abstraction? and give example
Answer Posted / parvathi
Data Abstraction increases the power of programming language
by creating user defined data types. Data Abstraction also
represents the needed information in the program without
presenting the details.
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How is static data member similar to a global variable?
Is string an object in c++?
Why do we use classes in c++?
What is the sequence of destruction of local objects?
. If employee B is the boss of A and C is the boss of B and D is the boss of C and E is the boss of D. Then write a program using the Database such that if an employee name is Asked to Display it also display his bosses with his name. For eg. If C is displayed it should also display D and E with C?
What do you mean by const correctness?
What is the use of main function in c++?
Which one between if-else and switch is more efficient?
What are the 4 types of library?
Briefly describe a B+ tree. What is bulk loading in it?
Is it possible to have a recursive inline function in c++?
Can we make any program in c++ without using any header file and what is the shortest program in c++.
I want explanation for this assignment: how to connect mysql database using c/c++,please explain this detailly?
Comment on local and global scope of a variable.
Assume studentNames and studentIDs are two parallel arrays of size N that hold student data. Write a pseudocode algorithm that sorts studentIDs array in ascending ID number order such that the two arrays remain parallel.