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 |
what is static?
What is the difference between and interface and an abstract class ?
4 Answers IBM, Infosys, Ness Technologies,
Why interface is used?
How to hide the base class functionality in Inheritance?
What is the difference between an object and a class?
what type of question are asked in thoughtworks pair programming round ?
difference between class and object
10 Answers Chandan, IBM, Magic Soft,
You attempt to query the data base with this command: SELECT name, salary FROM employee WHERE salary=(SELECT salary FROM employee WHERE last name='Wagner' OR dept no=233) Choose most appropriate option from the following: 1)Sub-queries are not allowed in the where clause. 2)a multiple row sub-query used with a single row comparison operator. 3)a single row query is used with a multiple row comparison operator.
Can a varargs method be overloaded?
What do you mean by overloading?
How do you explain polymorphism?
What is interface in oop?