[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Alessandro Baretta <alex@b...> |
| Subject: | [Caml-list] Warning: explanation needed |
> Warning: the following methods are overriden by the > inherited class: > set_sub_node_context I'm not sure I get what this means. The following is my guess. Please, correct me if I'm wrong. In a class with multiple inheritance, the method mentioned in the warning is defined by multiple parent classes. Hence, the last class from which set_sub_node_context is inherited overrides the previously inherited definition. Alex ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners