It looks like you're new here. If you want to get involved, click one of these buttons!
Why does Mark Allen Weiss only implement or say that abstract data types must/should be implemented by concrete data types in Data Structures and Algorithm Analysis in Java (3rd edition), section 3.1 Abstract Data Types, page 57? I thought you could implement an abstract data type with another abstract data type as said in this blog; why do it with a concrete data type specifically?