Length: The length refers to the number of elements in an array or the size of a string. It represents the total count or quantity.
Capacity: Capacity denotes the maximum amount that a data structure can hold without needing to be resized.
Count: Count is often used synonymously with size and represents the total number of items in a collection.