what is data Abstraction? and give example
Answer Posted / ansh pratap singh
abstraction is a concept that reduces the behavior of an
object to the lowest common denominator.
an concept and idea not associate with any specific instance
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why iomanip is used in c++?
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
Explain data encapsulation?
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 .
What do you mean by funtion prototype?
What is iterator in c++?
Can a built-in function be recursive?
How many types of comments are there in c++?
What are the advantages of using a pointer? Define the operators that can be used with a pointer.
What does int * mean in c++?
How do you clear a set in c++?
What do you mean by function and operator overloading in c++?
What happens if a pointer is deleted twice?
What do you mean by persistent and non persistent objects?
Can a program run without main?