what is data Abstraction? and give example
Answer Posted / gnanamoorthi s
The data abstraction refers to the basic important thinks is
not a detailed version or implementation.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is difference between malloc()/free() and new/delete?
How does code-bloating occur in c++?
What are the five basic elements of a c++ program?
How do I make turbo c++ full screen?
What is while loops?
Why are pointers not used in c++?
Describe new operator?
How do I get good at c++ programming?
Does there exist any way to make the command line arguments available to other functions without passing them as arguments to the function?
What is the full form of ios?
How do you generate a random number in c++?
What is a dynamic binding in c++?
Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).
What is low level language in simple words?
What is a dangling pointer in c++?