what is data Abstraction? and give example
Answer Posted / rohan nimbalkar
Data Abstraction means hiding unnecessary information from
the user .
simple example :
consider the car,then does not require how the works
gear-box,how to work engine.etc
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can I create my own functions in c++?
what does the following statement mean? int (*a)[4]
What is setbase c++?
What is the need of a destructor? Explain with the help of an example.
What do you mean by inheritance in c++? Explain its types.
How are the features of c++ different from c?
Why we use #include conio h in c++?
How much do coding jobs pay?
What is virtual function? Explain with an example
How can you quickly find the number of elements stored in a a) static array b) dynamic array ? Why is it difficult to store linked list in an array?how can you find the nodes with repetetive data in a linked list?
What do you mean by global variables?
Explain the purpose of the keyword volatile.
Write a Program for read a line from file from location N1 to N2 using command line arguments. Eg:exe 10 20 a.c
Define Virtual function in C++.
What is a terminating character in c++?