what is data Abstraction? and give example
Answer Posted / ramya
Abstraction is of the process of hiding unwanted details from the user.
For example, your program can make a call to the sort() function without knowing what algorithm the function actually uses to sort the given values.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what are the iterator and generic algorithms.
Write a Program for read a line from file from location N1 to N2 using command line arguments. Eg:exe 10 20 a.c
Explain how an exception handler is defined and invoked in a Program.
What is DlgProc?
What is c++ and its features?
What are the various situations where a copy constructor is invoked?
What is #include c++?
What is size_type?
Can recursive program be written in C++?
Can a new be used in place of old mallocq? If yes, why?
We all know that a const variable needs to be initialized at the time of declaration. Then how come the program given below runs properly even when we have not initialized p?
Can I create my own functions in c++?
How is modularity introduced in C++?
Explain what are accessor methods?
Can char be a number c++?