what is ABSTRACTION and what are using in real time project?
Answer / tarun
Abstraction is a concept of hiding complex implementation and providing required functionality to the user is known as abstraction.
in real time
1.service provider creates an Abstract Data Type(ADT).
2.Abstract datatype contains only the operation name not the implementation.
3.Implementation for those operations are provided in sub type.
4.Service user uses ADT and call methods because of polymorphisam implementation execute based on exact instance provided at run time.
| Is This Answer Correct ? | 7 Yes | 0 No |
How do you format in java?
Is null function in java?
Explain with example the concept of constant variable in java.
Is it possible to override the main method?
What is a double?
What is a char in java?
Why pass by reference is not possible in java?
What are examples of modifiers?
How to call one constructor from the other constructor ?
What is a Null object?
How do you define a singleton class?
Why method overloading and method overriding required in java?