what is data abstraction with example.
Answer / vaishali
The concept of abstraction relates to the idea of hiding data that are not needed for presentation. The main idea behind data abstraction is to give a clear separation between properties of data type and the associated implementation details.
This separation is achieved in order that the properties of the abstract data type are visible to the user interface and the implementation details are hidden.
Thus, abstraction forms the basic platform for the creation of user-defined data types called objects.
Data abstraction is the process of refining data to its essential form.
| Is This Answer Correct ? | 3 Yes | 0 No |
can we make game by using c
what is inline function?
What is oops with example?
what is the realstic modeling?
ambiguity regulation of multiple inheritance with example.
some one give d clear explanation for polymorphism
what is opps?why it is use in programming language?
What are the 3 pillars of oop?
What is the difference between the C & C++?
what is the technical or oop name of object?
Base class has two public data members. How can i derive a new class with one datamember as public and another data member as private?.
What does I oop mean?