compilation (1 kind, 7 facts) - The process of translating higher level code, usually source code (or bytecode) , into lower level code
instantiation (3 facts) - The process of creating a new instance of a class
invocation (3 facts) - The process of calling a method , i.e., executing its body, passing arguments to be associated with the method's formal parameters.
method overriding (9 facts) (hiding, overriding, overshadowing) - The process of providing a more specialized implementation for the method
subclassing (3 facts) - The process of creating a new class that inherits from an existing class