WWW-www.enlightenment.org pushed a commit to branch master.

http://git.enlightenment.org/website/www-content.git/commit/?id=0db38ecdd4c4aa8385a8be9e095d73416b5c6e4f

commit 0db38ecdd4c4aa8385a8be9e095d73416b5c6e4f
Author: Nate Drake <nate.dr...@gmx.com>
Date:   Tue Nov 21 06:24:32 2017 -0800

    Wiki page eo-inherit.md changed with summary [] by Nate Drake
---
 pages/develop/tutorial/c/eo-inherit.md.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pages/develop/tutorial/c/eo-inherit.md.txt 
b/pages/develop/tutorial/c/eo-inherit.md.txt
index 27b61c20..df83932e 100644
--- a/pages/develop/tutorial/c/eo-inherit.md.txt
+++ b/pages/develop/tutorial/c/eo-inherit.md.txt
@@ -1,10 +1,11 @@
 ---
 ~~Title: Class Inheritance with Eolian~~
+~~NOCACHE~~
 ---
 
 # Class Inheritance with Eolian #
 
-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.
+The [Creating New Classes](eo-classes.md) tutorial explained how to define new 
classes using Eolian. New classes don't need to start from scratch however. In 
fact, it is common practice in *Object Oriented Programming (OOP)* to 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 
how derived classes can access their parent's public and private data.
 

-- 


Reply via email to