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
What is a dynamic binding in c++?
What is an overflow error?
What is the return value of the insertion operator?
What is unary operator? List out the different operators involved in the unary operator.
What is setw manipulator in c++?
What are different types of loops in c++?
Explain how a pointer to function can be declared in C++?
Which operations are permitted on pointers?
Which of the following is evaluated first: a) && b) || c) !
When do we run a shell in the unix system?
What is an operator function? Describe the function of an operator function?
How is new() different from malloc()?
What are the new features that iso/ansi c++ has added to original c++ specifications?
What are the manipulators in c++?
What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random