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
Can I override protected method in java?
Where will it be used?
Write a function for palindrome and factorial and explain?
What is a instance variable?
What are dot operator queries?
How we can make copy of a java object?
What are the two types of java?
Can string be considered as a keyword?
Explain about complier design(phases)
What is final method in java?
What is palindrome in java?
Name four container classes.
What are JVM.JRE, J2EE, JNI?
Can we execute a program without main?
How does java enable high performance?