what is data Abstraction? and give example
Answer Posted / hafizul
Data abstraction is the process of recognizing and focusing
on important characteristics of an object and
leaving/filtering out the un-wanted characteristics of that
object.
| Is This Answer Correct ? | 35 Yes | 5 No |
Post New Answer View All Answers
State the difference between pre and post increment/decrement operations.
What is the latest c++ standard?
What is virtual destructor ans explain its use?
Can I learn c++ without c?
What is vectorial capacity?
Write a short code using c++ to print out all odd number from 1 to 100 using a for loop
Explain what are single and multiple inheritances in c++?
Is vector a class in c++?
What is ios :: in in c++?
Can I have a reference as a data member of a class? If yes, then how do I initialise it?
What is c++ redistributable?
What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random
What is iomanip c++?
Define the process of handling in case of destructor failure?
What is a dll entry point?