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
Which is better c++ or java?
What is the most useful programming language?
which operator is used for performing an exponential operation a) > b) ^ c) none
Where and why do I have to put the "template" and "typename" keywords?
What is a binary file? List the merits and demerits of the binary file usagein C++.
What's the best free c++ profiler for windows?
What is the difference between #import and #include in c++?
What are the different types of polymorphism in c++?
Differentiate between an inspector and a mutator ?
What is prototype for that c string function?
What is an adaptor class or wrapper class in c++?
What is the c++ code?
Which of the following is not a valid declaration for main() a) int main() b) int main(int argc, char *argv[]) c) They both work
Define the process of handling in case of destructor failure?
Define copy constructor.