what is data Abstraction? and give example
Answer Posted / kishore kumar
data abstraction is a process of representing the essential
features without including implementation details.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Which one is better- macro or function?
Is c++ vector a linked list?
What is input operator in c++?
What is meant by a delegate?
What are function prototypes?
In int main(int argc, char *argv[]) what is argv[0] a) The first argument passed into the program b) The program name c) You can't define main like that
Is it legal in c++ to overload operator++ so that it decrements a value in your class?
Are c and c++ different?
Perform addition, multiplication, subtraction of 2-D array using Operator Overloading.
What are shallow and deep copies?
Explain the use of vtable.
Where can I run c++ program?
How can you quickly find the number of elements stored in a dynamic array? Why is it difficult to store linked list in an array?
What is the auto keyword good for in c++?
Explain stack & heap objects?