mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2025-12-07 07:12:25 +01:00
Corrected verbatim string.
Author:alexk Date:2013-02-17T16:30:42.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1217 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
@@ -60,16 +60,6 @@ feature -- Element change
|
||||
... Other features ...
|
||||
|
||||
end -- class SAVINGS_ACCOUNT
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</code>
|
||||
|
||||
Without the <code>redefine</code> subclause, the declaration of <code>deposit</code> 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 <code>LIST</code>, some features such as <cod
|
||||
note
|
||||
description: "[
|
||||
Sequential finite lists, without a commitment
|
||||
to a representation."
|
||||
to a representation.
|
||||
]"
|
||||
|
||||
deferred class
|
||||
LIST [G]
|
||||
|
||||
Reference in New Issue
Block a user