what is data Abstraction? and give example
Answer Posted / m.arul
Data abstraction is a process of representing the essential
features without including background properties(or)
implementation details.
| Is This Answer Correct ? | 67 Yes | 21 No |
Post New Answer View All Answers
What are enumerations?
What is the difference between the functions rand(), random(), srand() and randomize()?
What is a buffer c++?
Explain what is class definition in c++ ?
What is flush () in c++?
Write a program for Divide a number with 2 and Print the output ( NOTE: Check for divide by zero error).
Explain about Virtual Function in C++?
What is difference between n and endl in c++?
Is c++ a dying language?
Can notepad ++ run c++?
Explain the use of vtable.
find the two largest values among the 6 numbers using control structures : do-while,for,if else,nestedif- else ,while. one or two of them.
What is the difference between the compiler and the preprocessor?
List the types of polymorphism in c++?
Write syntax to define friend functions in C++.