Path: ...!news.mixmin.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Lawrence D'Oliveiro Newsgroups: comp.lang.c Subject: Re: Top 10 most common hard skills listed on resumes... Date: Mon, 26 Aug 2024 05:39:17 -0000 (UTC) Organization: A noiseless patient Spider Lines: 17 Message-ID: References: <20240825192810.0000672c@yahoo.com> <20240825220016.00002793@yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Injection-Date: Mon, 26 Aug 2024 07:39:18 +0200 (CEST) Injection-Info: dont-email.me; posting-host="eec8a5f8880ec9ebcfea2c2354da2438"; logging-data="2467400"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+nBYSxMA4HEYrJ0Rr+XyjN" User-Agent: Pan/0.160 (Toresk; ) Cancel-Lock: sha1:6VVuy5WI4KOEulL4VW9qfgdiOBE= Bytes: 1857 On Sun, 25 Aug 2024 22:00:16 +0300, Michael S wrote: > On Sun, 25 Aug 2024 20:12:47 +0200 Bonita Montero > 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