what is data Abstraction? and give example
Answer Posted / gaurav chauhan
Abstraction is the process
of identifying the essential
aspect of an entity and
ignoring the unimportant
properties
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is a storage class?
Why do we use the using declaration?
What is setf in c++?
What do you mean by const correctness?
What does it mean to declare a member function as static?
What is linked list in c++?
How c functions prevents rework and therefore saves the programers time as wel as length of the code ?
Why was c++ created?
Can member functions be private?
Explain the isa and hasa class relationships. How would you implement each?
What is the main use of c++?
Why are pointers not used in c++?
How do you find out if a linked-list has an end? (I.e. The list is not a cycle)
What does #define mean in c++?
What is general form of pure virtual function? Explain?