Expression problem: Difference between revisions

Content deleted Content added
Sadeq (talk | contribs)
m Added wiki link for mixins
fix typo
Line 153:
 
=== Problem Solution using Object Algebra ===
Let us redesign the original library with extensibility in mind using the ideas from the paper ''ExtensibiltiyExtensibility for the Masses.''<ref name="Oliveira & Cook, Object Algebras" /> <syntaxhighlight lang="c#" line="1">
public interface ExpAlgebra<T>
{