what is data Abstraction? and give example
Answer Posted / byomakesh panda
The characteristics that allows program-data independence
and program-operation independence is called Data
Abstraction.
| Is This Answer Correct ? | 61 Yes | 89 No |
Post New Answer View All Answers
Explain the difference between new() and malloc() in c++?
Can create new c++ operators?
Explain the static storage classes in c++.
What is array in c++ pdf?
Differentiate between an array and a list?
What type of question are asked in GE code writing test based on c++ data structures and pointers?
True or false, if you keep incrementing a variable, it will become negative a) True b) False c) It depends
What is the benefit of learning c++?
What are the two shift operators and what are their functions?
Can comments be nested?
What is an iterator class in c++?
How the virtual functions maintain the call up?
What does flush do?
What is srand c++?
Write a Program for read a line from file from location N1 to N2 using command line arguments. Eg:exe 10 20 a.c