What is mean abstraction in java?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is mean abstraction in java??

14th Jun 2017, 12:55 AM
Shubham Patil
Shubham Patil - avatar
3 Answers
+ 5
Abstraction is a generic term that applies to many languages. Check out this for the meaning: https://en.m.wikipedia.org/wiki/Abstraction_(software_engineering)
14th Jun 2017, 1:57 AM
jay
jay - avatar
+ 2
Abstraction is the process of hiding the implementation details and showing only functionality to the user. And in java abstraction can be achieved using Abstract class and Interface.
14th Jun 2017, 3:21 AM
Da' BO$
Da' BO$ - avatar
+ 1
data types. both built-in as well as user defined.
14th Jun 2017, 1:05 AM
Venkatesh Pitta
Venkatesh Pitta - avatar