WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=30062c008d1c77c1d0cdfa46a96551111f369eaf
commit 30062c008d1c77c1d0cdfa46a96551111f369eaf Author: Xavi Artigas <[email protected]> Date: Mon Nov 20 06:37:38 2017 -0800 Wiki page eo-inherit.md changed with summary [Remove reference to interfaces] by Xavi Artigas --- pages/develop/tutorial/c/eo-inherit.md.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/develop/tutorial/c/eo-inherit.md.txt b/pages/develop/tutorial/c/eo-inherit.md.txt index ae5f243f..27b61c20 100644 --- a/pages/develop/tutorial/c/eo-inherit.md.txt +++ b/pages/develop/tutorial/c/eo-inherit.md.txt @@ -6,7 +6,7 @@ The [Creating New Classes](eo-classes.md) tutorial explained how to define new classes using Eolian. New classes, though, don't need to start from scratch. In fact, it is common practice in *Object Oriented Programming* to (OOP) extend the functionality of an existing class by *inheriting* from it and creating a new one. -This tutorial shows how to inherit from a class in Eolian. It also describes *interfaces*, a particular kind of class which allows describing common functionality across different classes. +This tutorial shows how to inherit from a class in Eolian. It also describes how derived classes can access their parent's public and private data. ## Prerequisites ## --
