What is Abstraction with detailed explanation and example program | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What is Abstraction with detailed explanation and example program

Explain abtraction, abstract class and interface

9th Oct 2017, 2:12 PM
Saravanan.C
Saravanan.C - avatar
1 Answer
+ 1
Abstraction in Object Oriented Design : https://en.wikipedia.org/wiki/Abstraction_(software_engineering)#Abstraction_in_object_oriented_programming Abstract classes VS. Interfaces : https://beginnersbook.com/2013/05/abstract-class-vs-interface-in-java/ Start by those, and feel free to ask if something is unclear to you. Good reading!
9th Oct 2017, 8:44 PM
Zach Rachedi
Zach Rachedi - avatar