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
what is multi-threading in C++?
Which function cannot be overloaded c++?
Differentiate between late binding and early binding.
When does the c++ compiler create temporary variables?
What is c++ in english?
Why are arrays usually processed with for loop?
Can we define function inside main in c++?
What are c++ templates used for?
What is the header file for setw?
Which bit wise operator is suitable for turning off a particular bit in a number?
What is the difference between an array and a list?
What is rtti in c++?
What is the use of register keyword with the variables?
What is function overloading in C++?
Difference between a copy constructor and an assignment operator.