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 java does not support unsigned keyword?
What is the difference between the file and randomaccessfile classes?
What's the base class of all exception classes?
What is variable declaration and definition?
What is oop principle in java?
What are the differences between string, stringbuffer and stringbuilder?
What are advantages of exception handling in java?
Why 1 is not a prime number?
What does main method?
What does replaceall do in java?
What is matcher in java?
What are the two types of streams offered by java 8?
Why do we need wrapper class?
How can you read content from file in java?
What does file separator do in java?