what is data Abstraction? and give example
Answer Posted / mushtak khan
Data abstraction is mechanism of using the essential features
without background details.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Write a function to find the nth item from the end of a linked list in a single pass.
What c++ is used for?
What is a virtual destructor? Explain the use of it?
How much do c++ programmers make?
What are structures and unions?
How do pointers work?
write a corrected statement so that the instruction will work properly. if (4 < x < 11) y = 2 * x;
What is const pointer and const reference?
Can you please explain the difference between overloading and overriding?
What is a null object in c++?
Describe the process of creation and destruction of a derived class object?
What is boyce codd normal form in c++?
Is it possible for a member function to delete the pointer, named this?
Write a Program for dynamically intialize a 2 dimentional array. Eg:5x20, accept strings and check for vowels and display the no.finally free the space allocated .
Explain the isa and hasa class relationships. How would you implement each?