.NET
letter.txt
Associated article: Letters
Tags: .NET
Unpublished source code accompanying the letter from Glen Shipley in which he implements a linked list using Ada95.
Ada95 Letter by Glen Shipley package Linked_List_Defs is type My_List_Data is abstract tagged null record; -- declare class-wide pointer to access any object in class hierarchy type My_List_Data_Class_Ptr is access all My_...


