I have a Function or I have a Method a Function is "Stand-Alone" It can be invoked as needed by calling it a Method is "attached" to something (a collection in this case) a Method must be invoked by using the the attachment name as my_collection.EXTEND <- notice the '.'