Visual Basic .NET Class Design Handbook: Coding Effective Classes
Autor Geir Olsen, Damon Allison, James Speeren Limba Engleză Paperback – 15 sep 2003
This book will give you a deep and thorough understanding of the implications of all the decisions you can make in designing a class, so you are equipped to develop classes that are robust, flexible, and reusable. In short, this book will take you from a theoretical understanding of the basic principles of object-oriented programming to the ability to write well-designed classes in actual applications.
Preț: 189.37 lei
Preț vechi: 236.71 lei
-20% Nou
Puncte Express: 284
Preț estimativ în valută:
36.24€ • 37.65$ • 30.10£
36.24€ • 37.65$ • 30.10£
Carte disponibilă
Livrare economică 13-27 ianuarie 25
Livrare express 27 decembrie 24 - 02 ianuarie 25 pentru 52.69 lei
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781590592755
ISBN-10: 1590592751
Pagini: 392
Ilustrații: VI, 392 p.
Dimensiuni: 191 x 235 x 21 mm
Greutate: 0.52 kg
Ediția:Softcover reprint of the original 1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
ISBN-10: 1590592751
Pagini: 392
Ilustrații: VI, 392 p.
Dimensiuni: 191 x 235 x 21 mm
Greutate: 0.52 kg
Ediția:Softcover reprint of the original 1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
Public țintă
Popular/generalCuprins
Defining Types.- Type Members.- Methods.- Constructors and the Object Lifecycle.- Properties.- Events and Delegates.- Inheritance and Polymorphism.- Code Organization and Metadata.
Notă biografică
Andy Olsen is a freelance consultant engaged in training, consultancy, and development work in Microsoft .NET and related technologies. Andy studied physics at Southampton University in England, and he began his professional life as a C developer. As the 1990s came and went, Andy migrated to C++, Visual Basic, Java, and object-oriented analysis and design using UML. He has been using Microsoft development tools and technologies since 1987, and has fond memories and many tall stories to tell of times gone by.
Caracteristici
Learn how to create robust, flexible, reusable classes with Visual Basic .NET Understand the different kinds of types and how classes relate to the .NET type framework See how .NET’s delegate-based event system works, and how to control and exploit inheritance in types