If you're a programmer, you already know about Stack Overflow. It's a developer site where questions about all languages and problems are asked and answered. Every programmer uses it and knows jokes ...
The operations that may be performed on an ADT completely depend on the ADT’s purpose. For example, an ADT for a stack might include operations such as initialization, pushing data, popping data, ...