Folding is a hash function method that divides the key into equal-sized parts and combines them (usually by addition or XOR) to create a hash value. Quadratic probing, chaining, and open addressing are collision resolution techniques, not hash functions.