도서 [도서] 오브젝트 파스칼 핸드북(영문) - 마르코 칸투 저(2014년)
2014.12.09 00:22
마르코 칸투 저(영문판) | eBook | 333 쪽
책소개
오브젝트 파스칼 프로그래밍 언어에 대한 완벽한 가이드북입니다.
홈페이지: http://www.marcocantu.com/objectpascalhandbook/
책에서 사용된 소스코드: http://code.marcocantu.com/
저자소개
마르코 칸투
델파이 마스터 시리즈의 베스트셀러 저자입니다. 델파이 강의로도 유명하고 2014.12 현재 엠바카데로에서 Delphi 제품을 책임지고 있습니다.
목차
Part I
Chapter 1: Coding in Pascal
Chapter 2: Variables and Data Types
Chapter 3: Language Statements
Chapter 4: Procedures and Functions
Chapter 5: Arrays and Records
Chapter 6: All About Strings
Part II
Chapter 7: Objects
Chapter 8: Inheritance
Chapter 9: Handling Exceptions
Chapter 10: Properties and Events
Chapter 11: Interfaces
Chapter 12: Manipulating Classes
Chapter 13: Objects and Memory
Part III
Chapter 14: Generics
Chapter 15: Anonymous Methods
Chapter 16: Reflection and Attributes
Chapter 17: The Object Class
Chapter 18: RunTime Library