Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

The logic and mathematics of object orientation [duplicate]

Tags:

oop

math

logic

Possible Duplicate:
Is OOP based on any branch of mathematics?

This is, allegedly, a strange question: are there any mathematical/logic foundations for the object-oriented paradigm? And, if so, is there a paper/book about it? Thanks.

like image 361
Dervin Thunk Avatar asked Jan 15 '11 09:01

Dervin Thunk


2 Answers

The object oriented paradigm was not derived from a mathematical theory (unlike relational databases), it was initially invented for practical reasons, to simulate processes (Simula). People are trying to find a good mathematical foundation for it so that the existing languages can be polished or moddified, nice theoretical properties can be uncovered and so on.

The work on "Abstract Data Types" is such a train of thought. There are probably other mathematical ways of looking at object orientedness. I found some information in "Object Oriented Software Construction", 2nd edition, Bertrand Meyer.

like image 90
Bruno Ranschaert Avatar answered Oct 12 '22 23:10

Bruno Ranschaert


There are the object calculi studied by Martín Abadi and Luca Cardelli. They have a book, A Theory of Objects, and see the "related work" link for the papers.

like image 29
Alexey Romanov Avatar answered Oct 13 '22 00:10

Alexey Romanov