0 votes
in JAVA by

Explain abstraction in Java with example

1 Answer

0 votes
by

Explain abstraction in Java.

Abstraction is the process of revealing the essential information and hiding the trivial details across units in java. Java has abstract classes and methods through which it does data abstraction.

Related questions

0 votes
asked Oct 22, 2020 in JAVA by sharadyadav1986
+1 vote
asked Aug 21, 2022 in JAVA by sharadyadav1986
...