what is data Abstraction? and give example
Answer Posted / guest
Data abstraction is a OO methodology where the data type is
abstracted from implementation.
Is This Answer Correct ? | 71 Yes | 45 No |
Post New Answer View All Answers
Explain about Garbage Collector?
What is the difference between multiple and multilevel inheritance in c++?
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
How do you define/declare constants in c++?
What is prototype for that c string function?
What is pointer with example?
What is the use of ::(scope resolution operator)?
Give 10 points of differences between C & C++.
Can a Structure contain a Pointer to itself?
Why do we learn c++?
What are exceptions c++?
When the constructor of a base class calls a virtual function, why doesn't the override function of the derived class gets called?
Explain differences between alloc() and free()?
What is an operator function? Describe the function of an operator function?
Write about the scope resolution operator?