what is ABSTRACTION and what are using in real time project?



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

Post New Answer

More Core Java Interview Questions

What happens if constructor is private?

0 Answers  


What is difference between null and void?

0 Answers  


What are selection structures?

0 Answers  


What is the difference between parameters and arguments ?

2 Answers  


Why do we need to override equals() and hascode() method of object class?

1 Answers   Cognizant,






What is array length?

0 Answers  


What is difference between hashset and hashmap?

0 Answers  


What do you understand by weak reference?

0 Answers  


What is mnemonic code?

0 Answers  


Name some OOPS Concepts in Java?

0 Answers  


Where and how can you use a private constructor?

0 Answers  


Is it possible to write method inside method

4 Answers   L&T,


Categories