Sujet : Re: What is OOP?
De : already5chosen (at) *nospam* yahoo.com (Michael S)
Groupes : comp.lang.c++Date : 20. Mar 2025, 16:37:59
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <20250320173759.000042df@yahoo.com>
References : 1 2 3 4
User-Agent : Claws Mail 3.19.1 (GTK+ 2.24.33; x86_64-w64-mingw32)
On Mon, 17 Mar 2025 10:17:51 -0700
Tim Rentsch <
tr.17687@z991.linuxsc.com> wrote:
The late binding that Alan is talking about is the binding of
messages to processing activity. Note the contrast with calling
a function, where the binding of name to what processing is done
is static rather than deferred.
It sounds like very flexible paradigm that I very certainly don't want
to use.
I like majority of my mistakes caught in compile/link/load time rather
than in run time.