what is data Abstraction? and give example
Answer Posted / kiribati
Abstraction is the process of capturing the essential or
distinguishing features of
something while suppressing or ignoring the detail.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the various operations performed on stack?
Explain overriding.
How can you tell what shell you are running on unix system?
How can a struct in c++ differs from a struct in c?
Why c++ does not have finally?
What are features of c++?
What is the best it certification?
Distinguish between new and malloc and delete and free().
Can there be at least some solution to determine the number of arguments passed to a variable argument list function?
Is c++ the hardest language?
In which header file does one find isalpha() a) conio.h b) stdio.h c) ctype.h
How do you flush std cout?
Can a program run without main function?
What is dev c++ used for?
Describe the setting up of my member functions to avoid overriding by the derived class?