what is data Abstraction? and give example
Answer Posted / ekta
data abstraction is act of representing essential features
without including background details or explaintation.
FOR EXAMPLE: SWITCH BOARD.. in this we only know that if we
press any switch any electric appliances start working but
we dont know the inner functionality of switch board like
its wire connection, line connection,and etc....
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Difference between pointer to constant vs. Pointer constant
What is general form of pure virtual function? Explain?
Write a program to concatenate two strings.
What is a hashmap c++?
What is else if syntax?
What is this pointer in c++?
What does it mean to declare a member function as virtual?
What do you understand by a pure virtual member function?
Why c++ does not have finally?
When should overload new operator on a global basis or a class basis?
Is there a c++ certification?
Is there any function that can skip certain number of characters present in the input stream?
Which bitwise operator is used to check whether a particular bit is on or off?
how to connect with oracle 9i with server in socket program in c/c++
Can static member variables be private?