what is data Abstraction? and give example
Answer Posted / parvathi
Data Abstraction increases the power of programming language
by creating user defined data types. Data Abstraction also
represents the needed information in the program without
presenting the details.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is long in c++?
What is constant in c++ with example?
How would you use the functions sin(), pow(), sqrt()?
Which programming language is best to learn first?
Explain the purpose of the keyword volatile.
What is string in c++ programming?
What is polymorphism in c++? Explain with an example?
What should main() return in c and c++?
How the virtual functions maintain the call up?
How do I start a c++ project?
Function can be overloaded based on the parameter which is a value or a reference. Explain if the statement is true.
Explain about Garbage Collector?
Can manipulators fall in love?
Is c++ platform dependent?
Why cstdlib is used in c++?