what is data Abstraction? and give example
Answer Posted / santosh kumar
Abstraction is one of the most powerful and vital features provided by object-oriented programming language. Modularity is very important in any programming language, it provides flexibility to users for using the programming language. This aspect is well achieved with high performance by the concept of abstraction. In object-oriented programming language the programmer can abstract both data and code when needed.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How many types of scopes are there in c++?
What do you mean by inheritance in c++?
Differentiate between late binding and early binding. What are the advantages of early binding?
What is a Default constructor?
When is the copy constructor called?
What is a local reference?
What's the best free c++ profiler for windows?
What is a string example?
What does the linker do?
What are the extraction and insertion operators in c++?
Can turbo c++ run c program?
Can a constructor be private?
What is a hashmap c++?
Is java a c++?
What is c++ mutable?