Sorry, meant difference between a method and a function!
Is the only difference between them is that methods are usually associated with classes in higher programming languages? Trying to get my head around all of this terminology first, thanks.
Last edited by tokio; 05-02-2009 at 08:24 PM..
Reason: incorrect title
Methods are functions inside classes and is associated with Object Orientated Programming where as functions aren't in a class and are associated with procedural coding.