Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 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