what is data Abstraction? and give example
Answer Posted / idea man
Its hiding data that are not needed for presentation. kiya
mac
| Is This Answer Correct ? | 16 Yes | 27 No |
Post New Answer View All Answers
Name the implicit member functions of a class.
Which is the best c++ compiler?
What is the difference between while and do while loop? Explain with examples.
What is scope resolution operator in c++ with example?
What is the default access level?
What are static variables?
How to implement is-a and has-a class relationships?
What do you mean by global variables?
What does h mean in maths?
What size is allocated to the union variable?
Write about the stack unwinding?
Explain how a pointer to function can be declared in C++?
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?
Does c++ have arraylist?
What is the need of a destructor? Explain with the help of an example.