Sujet : Re: Top 10 most common hard skills listed on resumes...
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.lang.cDate : 26. Aug 2024, 06:39:17
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vah4e5$2b9i8$3@dont-email.me>
References : 1 2 3 4 5 6 7 8 9
User-Agent : Pan/0.160 (Toresk; )
On Sun, 25 Aug 2024 22:00:16 +0300, Michael S wrote:
On Sun, 25 Aug 2024 20:12:47 +0200 Bonita Montero
<Bonita.Montero@gmail.com> wrote:
Am 25.08.2024 um 18:28 schrieb Michael S:
Define "abstraction".
OOP, functional programming, generic programming, exceptions.
I don't see why any of those are abstractions.
OOP -- a form of data type abstraction
functional programming -- abstraction away from control sequencing
generic programming -- abstraction away from specific types
exceptions -- abstraction away from explicit exit jumps