what is data Abstraction? and give example
Answer Posted / amit upadhayay
abstraction is a mechanism that enables the designer to
focus the essential details of a program component with
little concern for lower level details
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
To which numbering system can the binary number 1101100100111100 be easily converted to?
What is scope resolution operator in c++ with example?
Why do we use constructor?
What are the advantages of pointers?
What is pointer with example?
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.
Is c++ the most powerful language?
Write about the retrieval of n number of objects during the process of delete[]p?
How do c++ struct differs from the c++ class?
What is == in programming?
When do we run a shell in the unix system? How will you tell which shell you are running?
Show the declaration for a static member variable.
What apps are written in c++?
What is function declaration in c++ with example?
Can a constructor be private?