what is data Abstraction? and give example
Answer Posted / abhishek
data abstraction is a process of idenification the
impleaction without the
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why do we need pointers?
What is the difference between ++ count and count ++?
Declare a class vehicle and make it an abstract data type.
Which is best c++ or java?
Is c++ a good beginners programming language?
What are references in c++? What is a local reference?
What is a friend function in c++?
How the memory management in vectors are being done. What happens when the heap memory is full, and how do you handle it ?
What are the storage qualifiers?
Briefly describe a B+ tree. What is bulk loading in it?
What is ctime c++?
What does namespace mean in c++?
Will a recursive function without an end condition every quit, in practice a) Compiler-Specific (Some can convert to an infinite loop) b) No c) Yes
Explain the uses of static class data?
What is #include sstream?