what is data Abstraction? and give example
Answer Posted / mushtak khan
Data abstraction is mechanism of using the essential features
without background details.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How does code-bloating occur in c++?
What are the various access specifiers in c++?
What is c++ flowchart?
Which header file allows file i/o with streams a) fileio.h b) iostream.h c) fstream.h
Explain stack & heap objects?
State two differences between C and C++.
What is endl?
What are the two types of comments?
Explain the concept of memory leak?
What is while loops?
Write about an iterator class?
How is objective c different from c++?
What is a volatile variable in c++?
What does getch() do according to the ANSI C++ standard a) Reads in a character b) Checks the keyboard buffer c) Nothing in particular (Its not defined there)
What is oop in c++?