A-M baby
This commit is contained in:
parent
764da6cbbb
commit
db842d013d
19005 changed files with 197040 additions and 7 deletions
3
Task/Inheritance-Single/Eiffel/inheritance-single-1.e
Normal file
3
Task/Inheritance-Single/Eiffel/inheritance-single-1.e
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
class
|
||||
ANIMAL
|
||||
end
|
||||
5
Task/Inheritance-Single/Eiffel/inheritance-single-2.e
Normal file
5
Task/Inheritance-Single/Eiffel/inheritance-single-2.e
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
class
|
||||
DOG
|
||||
inherit
|
||||
ANIMAL
|
||||
end
|
||||
5
Task/Inheritance-Single/Eiffel/inheritance-single-3.e
Normal file
5
Task/Inheritance-Single/Eiffel/inheritance-single-3.e
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
class
|
||||
CAT
|
||||
inherit
|
||||
ANIMAL
|
||||
end
|
||||
5
Task/Inheritance-Single/Eiffel/inheritance-single-4.e
Normal file
5
Task/Inheritance-Single/Eiffel/inheritance-single-4.e
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
class
|
||||
LAB
|
||||
inherit
|
||||
DOG
|
||||
end
|
||||
5
Task/Inheritance-Single/Eiffel/inheritance-single-5.e
Normal file
5
Task/Inheritance-Single/Eiffel/inheritance-single-5.e
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
class
|
||||
COLLIE
|
||||
inherit
|
||||
DOG
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue