TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

On Object Orientation

1 pointsby geospeckalmost 2 years ago

1 comment

Rochusalmost 2 years ago
&gt; <i>This is also fundamentally how other OO systems work</i><p>There is no inheritance here, just a function table as it is often used in C libraries.<p>&gt; <i>OO programming is, at heart, just one approach to organizing functions and data</i><p>Which equally applies to any programming paradigm.<p>&gt; <i>such as simulation (thus Simula)</i><p>Simula 67 - the world&#x27;s first OO programming language - was explicitly conceived general purpose, in contrast to Simula I, which was not yet OO (though it already had active objects) and dedicated to simulation.