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
What is the difference between mutex and binary semaphore?
Write a program to find the Fibonacci series recursively.
What is the identity function in c++? How is it useful?
Explain the concept of copy constructor?
How do I get good at c++ programming?
How is data hiding achieved in c++?
What is input operator in c++?
What is conditions when using boolean operators?
What is the use of function pointer?
How would you implement a substr() function that extracts a sub string from a given string?
How do you flush std cout?
Do class method definitions?
what is pre-processor in C++?
What is the difference between public and private data members?
Mention the ways in which parameterized can be invoked. Give an example of each.