what is data Abstraction? and give example
Answer Posted / shivika
data abstraction refers to the act of representing
essential features without including the background details
or explanations.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Write a program to show polymorphism in C++?
Is c++ built on c?
How do you import payscale data from non SAP to SAP?is it through LSMW or any other way is there?
What is the difference between a definition and a declaration?
What is DlgProc?
What can I safely assume about the initial values of variables which are not explicitly initialized?
How are pointers type-cast?
Assume studentNames and studentIDs are two parallel arrays of size N that hold student data. Write a pseudocode algorithm that sorts studentIDs array in ascending ID number order such that the two arrays remain parallel.
When do we run a shell in the unix system? How will you tell which shell you are running?
How long it will take to learn c++?
What is difference between c++ 11 and c++ 14?
How do you remove an element from a set in c++?
What is static function? Explain with an example
Define a pointer to a data member of the type pointer to pointer?
what is Member Functions in Classes?