Re: OOP
- From: Kaz Kylheku <kkylheku@xxxxxxxxx>
- Date: Mon, 30 Jun 2008 11:26:51 -0700 (PDT)
On Jun 30, 9:27 am, campyhap...@xxxxxxxxx wrote:
But I wonder, has anyone ever tried to create a
sort of lite version of C++, a C+ if you will, that adds
to C just a few key features and disallows things
like templates, multiple inheritance and the like?
Yes. Bjarne Stroustrup did this (around 1981, IIRC) and called it ``C
with classes''. It translated a C-like language with OOP features into
C. This evolved into C++.
.
- References:
- OOP
- From: campyhapper
- OOP