what is data Abstraction? and give example
Answer Posted / sachin
Data Abstraction is the process which represent essential
feature without implementation of details.
Ex. Soccer Ball, Ball is having same structure behavior
like common ball
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the three forms of cin.get() and what are their differences?
What c++ is used for?
Can a constructor return a value?
What is format for defining a structure?
Is c++ high level programming language?
What is meant by entry controlled loop?
How do I tokenize a string in c++?
Explain the difference between realloc() and free() in c++?
In which header file does one find isalpha() a) conio.h b) stdio.h c) ctype.h
What is bubble sort c++?
How static variables and local variablesare similar and dissimilar?
What is c++ map?
How can you quickly find the number of elements stored in a dynamic array?
What are c++ tokens?
If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first a) 1 b) 5 c) 3