what is ABSTRACTION and what are using in real time project?
Answer Posted / 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 |
Post New Answer View All Answers
Why doesn't the java library use a randomized version of quicksort?
Can we serialize arraylist in java?
Is {a, n, d} a palindrome? If you are given a random string, is it a palindrome or not?
What is an abstract method in java programming?
What is hash in java?
What is identifier in java?
Describe 2 different ways to concatenate two strings.
What do you understand by private, protected and public?
Can a class be declared as protected?
How we can execute any code even before main method?
Can an interface be defined inside a class?
What is the maximum length of a url?
What is the synchronized method modifier?
What is difference overloading and overriding?
What is the use of keywords in java?