Two types of operations can be executed on data structures. Generic type operations, that can be executed on every data structure regardless of its type and type specific operations, which are only defined for specific data structures.
The methods provided by all data structure classes encompass functions for identifaction, type examination, and conversion as well as assignment and comparison operators.