This is an introductory book for students with no background in programming, which teaches them how to write object-oriented programs. Students first learn programming basics through the use of predefined Graphical User Interface (GUI) objects. By using these predefined objects, they should grasp th
An Introduction to Programming: An Object-Oriented Approach With C++
โ Scribed by C. Thomas Wu, Theodore A. Norman
- Publisher
- Mcgraw-Hill College
- Year
- 1997
- Tongue
- English
- Leaves
- 577
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Synopsis
This is an introductory book for students with no background in programming, which teaches them how to write object-oriented programs. Students first learn programming basics through the use of predefined Graphical User Interface (GUI) objects. By using these predefined objects, they should grasp the concepts and benefits to object-oriented programming, how to define their own objects and how to develop programs using object-oriented design methodology. They also are taught modern programming topics, such as event-driven programming.
๐ SIMILAR VOLUMES
An Introduction to Object-Oriented Programming with Java takes a full-immersion approach to object-oriented programming. Proper object-oriented design practices are emphasized throughout the book. Students learn how to use the standard classes first, then learn to design their own classes. Wu
"An Introduction to Object-Oriented Programming with Java" takes a full-immersion approach to object-oriented programming. Proper object-oriented design practices are emphasized throughout the book. Students learn how to use the standard classes first, then learn to design their own classes. Wu uses