Generic programming: Computer programming, Ada (programming language), Subroutine, Data type, Eiffel (programming language), Java (programming ... (programming language), Visual Basic .NET - Softcover

 
9786130614348: Generic programming: Computer programming, Ada (programming language), Subroutine, Data type, Eiffel (programming language), Java (programming ... (programming language), Visual Basic .NET

Inhaltsangabe

Please note that the content of this book primarily consists of articles available from Wikipedia or other free sources online. Generic programming is a style of computer programming in which algorithms are written in terms of to-be-specified-later types that are then instantiated when needed for specific types provided as parameters. This approach, pioneered by Ada in 1983, permits writing common functions or types that differ only in the set of types on which they operate when used, thus reducing duplication. Software entities created using generic programming are known as generics in Ada, Eiffel, Java, C#, Visual Basic .NET and Haskell; templates in C++; and parameterized types in the influential 1994 book Design Patterns. The authors of Design Patterns note that this technique, especially when combined with delegation, is very powerful but that "Dynamic, highly parameterized software is harder to understand than more static software." Generic programming refers to features of certain statically typed programming languages that allow some code to effectively circumvent the static typing requirements.

Die Inhaltsangabe kann sich auf eine andere Ausgabe dieses Titels beziehen.

Reseña del editor

Please note that the content of this book primarily consists of articles available from Wikipedia or other free sources online. Generic programming is a style of computer programming in which algorithms are written in terms of to-be-specified-later types that are then instantiated when needed for specific types provided as parameters. This approach, pioneered by Ada in 1983, permits writing common functions or types that differ only in the set of types on which they operate when used, thus reducing duplication. Software entities created using generic programming are known as generics in Ada, Eiffel, Java, C#, Visual Basic .NET and Haskell; templates in C++; and parameterized types in the influential 1994 book Design Patterns. The authors of Design Patterns note that this technique, especially when combined with delegation, is very powerful but that "Dynamic, highly parameterized software is harder to understand than more static software." Generic programming refers to features of certain statically typed programming languages that allow some code to effectively circumvent the static typing requirements.

„Über diesen Titel“ kann sich auf eine andere Ausgabe dieses Titels beziehen.