What is abstraction in c# or in other languages? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 4

What is abstraction in c# or in other languages?

Can someone give concrete explanation about abstraction. I keep reading it but always not clear enough.

18th Mar 2017, 6:18 AM
Wilson Bol
Wilson Bol - avatar
1 Réponse
+ 8
Abstraction means showing only essentials features of program by hiding non essential coding in back. eg. You might be seeing my comment right now, aren't you? Can you see that it is a expandable textarea with a grey border at the bottom? Abstraction is simply a method of hiding the coding and showing what people actually wants to see (i.e. the output, not the input/coding)...
18th Mar 2017, 9:41 AM
Sachin Artani
Sachin Artani - avatar