Did you know ... Search Documentation:
Pack logtalk -- logtalk-3.77.0/examples/instmethods/NOTES.md

This file is part of Logtalk https://logtalk.org/ SPDX-FileCopyrightText: 1998-2023 Paulo Moura <pmoura@logtalk.org> SPDX-License-Identifier: Apache-2.0

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ________________________________________________________________________

To load this example and for sample queries, please see the SCRIPT.txt file.

This folder contains an example of instance defined methods. When using classes and instances, methods must be declared in a class but the method definitions may be stored in the instances, either overriding or specializing the class definitions.

This example defines the following objects:

[114, 111, 111, 116]
root class defining a method named method/0
[105, 110, 115, 116, 97, 110, 99, 101, 49]
simple instance of root inheriting method/0
[105, 110, 115, 116, 97, 110, 99, 101, 50]
instance of root overriding the inherited method method/0
[105, 110, 115, 116, 97, 110, 99, 101, 51]
instance of root specializing the inherited method method/0