From e5a5cc2dad7cac75ad2cd2b51f59e5d1329d7017 Mon Sep 17 00:00:00 2001 From: eiffel-org Date: Wed, 13 Dec 2017 09:13:15 +0000 Subject: [PATCH] Update wikipage I2E: Classes. (Signed-off-by:alexk). git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1935 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- .../eiffel/Tutorials/invitation-eiffel-i2e/i2e-classes.wiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/17.05/eiffel/Tutorials/invitation-eiffel-i2e/i2e-classes.wiki b/documentation/17.05/eiffel/Tutorials/invitation-eiffel-i2e/i2e-classes.wiki index 9c3ba152..51bd61cc 100644 --- a/documentation/17.05/eiffel/Tutorials/invitation-eiffel-i2e/i2e-classes.wiki +++ b/documentation/17.05/eiffel/Tutorials/invitation-eiffel-i2e/i2e-classes.wiki @@ -7,7 +7,7 @@ Such objects are called the '''direct instances''' of the class. Classes and obj {{info|"Object-Oriented" is a misnomer; "Class-Oriented Analysis, Design and Programming" would be a more accurate description of the method. }} -To see what a class looks like, let us look at a simple example, ACCOUNT, which describes bank accounts. But before exploring the class itself it is useful to study how it maybe used by other classes, called its '''clients'''. +To see what a class looks like, let us look at a simple example, ACCOUNT, which describes bank accounts. But before exploring the class itself it is useful to study how it may be used by other classes, called its '''clients'''. A class X may become a client of ACCOUNT by declaring one or more '''entities''' of type ACCOUNT. Such a declaration is of the form: acc: ACCOUNT