Answer Posted / 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 |
Post New Answer View All Answers
String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?
What is difference between multiple inheritance and multilevel inheritance?
What is the important feature of inheritance?
write a C++ program for booking using constructor and destructor.
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
What does I oop mean?
What is the purpose of polymorphism?
What is byval and byref? What are differences between them?
Are polymorphisms mutations?
What is polymorphism used for?
Why do we use encapsulation in oops?
Why is oop better than procedural?
State what is encapsulation and friend function?
What is class and object in oops?
What is polymorphism and example?