Can anyone explain what data abstraction is all about? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

Can anyone explain what data abstraction is all about?

Data abstraction

8th May 2022, 8:22 PM
Emmanuel Ojo
Emmanuel Ojo - avatar
4 Antworten
+ 2
Abstraction consists of isolating an element from its context or from the rest of the elements that accompany it. In programming, the term refers to the emphasis on "what does it do?" more than the "how do you do it?"
8th May 2022, 9:07 PM
NoVa
NoVa - avatar
+ 2
Abstraction refers to the act of representing essential features without including the background details or explanations..... EXAMPLE:- In moving car if we want to accelerate speed we are accelerate likewise we want we are putting brake We don't think or consider how it become speed or how the car has stopped when we put brake This is known as abstraction Taking essential Leaving unnecessary
9th May 2022, 1:28 AM
Kothai D
Kothai D - avatar
0
No I don't think so
8th May 2022, 8:30 PM
Emmanuel Ojo
Emmanuel Ojo - avatar
0
Now, how does this relate with abstract class in Java
9th May 2022, 7:58 AM
Emmanuel Ojo
Emmanuel Ojo - avatar