what is data Abstraction? and give example
Answer Posted / neha gupta
data abstraction is the process of extracting the relevant
properties of an object while ignoring non-essential
details.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Which software is used to run c++ program?
How many standards of c++ are there?
Explain about templates of C++.
When should we use container classes instead of arrays?
What is the role of copy constructor in copying of thrown objects?
Why namespace is used in c++?
What are inline functions? What is the syntax for defining an inline function?
Why do we use iterators?
Is c++ platform dependent?
What are compilers in c++?
Explain virtual class and friend class.
Will a C compiler always compile C++ code a) Yes b) No c) Only optimized compilers
What are the different types of comments allowed in c++?
Explain the advantages of using friend classes.
Differences between private, protected and public and give examples.