what is data Abstraction? and give example
Answer Posted / amit joshi
Abstraction refers to the act of representing essential features without including background details and explanations.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Which programming language's unsatisfactory performance led to the discovery of c++?
Can a program run without main in c++?
Refer to a name of class or function that is defined within a namespace?
Which programming language is best to learn first?
What do you mean by delegate? Can a user retain delegates?
Write some differences between an external iterator and an internal iterator? Describe the advantage of an external iterator.
Is swift faster than go?
Why can’t you call invariants() as the first line of your constructor?
What is searching?
How compile and run c++ program in turbo c++?
How to tokenize a string in c++?
Can create new c++ operators?
What is a forward referencing and when should it be used?
Is c++ built on c?
What is the equivalent of Pascal's Real a) unsigned int b) float c) char