Object Oriented Software Engineering View all facts Glossary Help |
subject > programming language construct > procedure > method > hook method |
hook method comparison table |
Subject | is a kind of | is a subtopic of | has definition |
---|---|---|---|
method | procedure | 2.4 - Methods, Operations and Polymorphism | A concrete implementation of an operation; a procedure in a class |
hook method | method | 3.7 - Basic Description of OCSF- Client Side | A method that does nothing other than returning to its caller, but is designed to be overridden in subclasses |
Next method: instance method Up: method Previous method: class method