Skip to content

Commit

Permalink
#2903: minor
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Mar 1, 2024
1 parent d2ceeff commit 70f5a6b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
12 changes: 6 additions & 6 deletions paper/eolang-paper.tex
Expand Up @@ -149,13 +149,13 @@ \section{Calculus}
% \label{sec:semantics}
% \input{sections/semantics}

\section{Pragmatics}
\label{sec:pragmatics}
\input{sections/pragmatics}
% \section{Pragmatics}
% \label{sec:pragmatics}
% \input{sections/pragmatics}

\section{XMIR}
\label{sec:xmir}
\input{sections/xmir}
% \section{XMIR}
% \label{sec:xmir}
% \input{sections/xmir}

\section{Key Features}
\label{sec:features}
Expand Down
8 changes: 6 additions & 2 deletions paper/sections/four.tex
@@ -1,6 +1,6 @@
In order to answer the question, whether
the proposed object calculus is sufficient
to express any object model, we are going to demonstrate
to express any object model, in this Section we demonstrate
how four fundamental principles of OOP are realized by \phic{}:
encapsulation, abstraction, inheritance, and polymorphism.

Expand All @@ -17,10 +17,14 @@ \subsection{Abstraction}
`knife' used to carve our domain into discrete objects.''

In \phic{} objects are the elements the problem domain
is decomposed into, which goes along the claim of~\citet[p.24]{west2004object}:
is decomposed into.
This goes along the claim of~\citet[p.24]{west2004object}:
``objects, as abstractions of entities in the real world,
represent a particularly dense and cohesive clustering of information.''

% Mention that dynamic dispatch, as the main property of abstraction,
% exists in EO.

\subsection{Inheritance}

Inheritance, according to~\citet{grady2007object}, is
Expand Down

0 comments on commit 70f5a6b

Please sign in to comment.