updated to Logtalk 2.9.1
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@212 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
6
Logtalk/examples/inheritance/descendant1.lgt
Normal file
6
Logtalk/examples/inheritance/descendant1.lgt
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
:- object(descendant1,
|
||||
imports(interface),
|
||||
extends(prototype1)).
|
||||
|
||||
:- end_object.
|
6
Logtalk/examples/inheritance/descendant2.lgt
Normal file
6
Logtalk/examples/inheritance/descendant2.lgt
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
:- object(descendant2,
|
||||
imports(interface),
|
||||
extends(prototype2)).
|
||||
|
||||
:- end_object.
|
6
Logtalk/examples/inheritance/descendant3.lgt
Normal file
6
Logtalk/examples/inheritance/descendant3.lgt
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
:- object(descendant3,
|
||||
imports(interface),
|
||||
extends(prototype3)).
|
||||
|
||||
:- end_object.
|
Reference in New Issue
Block a user