diff --git a/documentation/current/method/eiffel-tutorial-et/et-inheritance.wiki b/documentation/current/method/eiffel-tutorial-et/et-inheritance.wiki index 5940c26f..0b0d2d9e 100644 --- a/documentation/current/method/eiffel-tutorial-et/et-inheritance.wiki +++ b/documentation/current/method/eiffel-tutorial-et/et-inheritance.wiki @@ -60,16 +60,6 @@ feature -- Element change ... Other features ... end -- class SAVINGS_ACCOUNT - - - - - - - - - - Without the redefine subclause, the declaration of deposit would be invalid, yielding two features of the same name, the inherited one and the new one. The subclause makes this valid by specifying that the new declaration will override the old one. @@ -201,7 +191,8 @@ At the level of the deferred class LIST, some features such as