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


Please Help Members By Posting Answers For Below Questions

Can I override protected method in java?

783


Where will it be used?

1691


Write a function for palindrome and factorial and explain?

849


What is a instance variable?

763


What are dot operator queries?

836


How we can make copy of a java object?

854


What are the two types of java?

746


Can string be considered as a keyword?

778


Explain about complier design(phases)

814


What is final method in java?

733


What is palindrome in java?

727


Name four container classes.

735


What are JVM.JRE, J2EE, JNI?

866


Can we execute a program without main?

725


How does java enable high performance?

913