错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Object-Oriented Programming

  • Wallace Wang,
  • Tonnetta Walcott

摘要

The main idea behind object-oriented programming is to help write more reliable software. Smaller programs are easier to write and understand than larger programs, which is why programmers divide large programs into multiple, smaller functions. Every program consists of data to manipulate and algorithms that provide step-by-step instructions for manipulating that data.