Object-Oriented Programming with Visual Basic.NET
Autor Michael McMillanen Limba Engleză Paperback – 20 iun 2004
Preț: 370.17 lei
Preț vechi: 462.70 lei
-20% Nou
Puncte Express: 555
Preț estimativ în valută:
70.84€ • 73.59$ • 58.85£
70.84€ • 73.59$ • 58.85£
Carte tipărită la comandă
Livrare economică 03-17 februarie 25
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9780521539838
ISBN-10: 0521539838
Pagini: 316
Dimensiuni: 175 x 233 x 16 mm
Greutate: 0.52 kg
Editura: Cambridge University Press
Colecția Cambridge University Press
Locul publicării:New York, United States
ISBN-10: 0521539838
Pagini: 316
Dimensiuni: 175 x 233 x 16 mm
Greutate: 0.52 kg
Editura: Cambridge University Press
Colecția Cambridge University Press
Locul publicării:New York, United States
Cuprins
Preface; 1. An overview of the visual Basic.NET language; 2. An overview of object-oriented programming; 3. Structures; 4. Classes; 5. Access modifiers; 6. Abstract classes and interfaces; 7. Implementing the IEnumerable and IComparable interfaces; 8. Designing and implementing exception classes; 9. Design patterns and refactoring; 10. Object internals: reflection and attributes; 11. Object persistence: Serialization; 12. Building a Windows application; 13. Database programming using ADO.NET; References; Index.
Recenzii
"...it is written clearly, and any student who has successfully completed a programming course in any language should be able to use it as a stepping-stone into the world of applications programming in Microsoft's dot-NET framework. Recommended." S.L. Tanimoto, University of Washington, Choice
"Beginning with an overview of the syntax and primary constructs of the VB.NET language, the book elaborates standard object-oriented programming topics including class, inheritance, access modifiers and scoping issues, abstract classes, design and implementation of interfaces and design patterns, and refactoring in VB.NET...All in all, the book will help VB users to develop a firm understanding of object-oriented programming in VB.NET." ACM SIGSOFT Software Engineering Notes
"Beginning with an overview of the syntax and primary constructs of the VB.NET language, the book elaborates standard object-oriented programming topics including class, inheritance, access modifiers and scoping issues, abstract classes, design and implementation of interfaces and design patterns, and refactoring in VB.NET...All in all, the book will help VB users to develop a firm understanding of object-oriented programming in VB.NET." ACM SIGSOFT Software Engineering Notes
Descriere
Goes from the basics of classes, inheritance and interfaces to advanced concepts such as reflection, object persistence, design patterns and refactoring.