编程语言
首页 > 编程语言> > Java官方教程翻译系列(一)(2020.12.13)

Java官方教程翻译系列(一)(2020.12.13)

作者:互联网

面向对象编程概念

练一练

  1. Real-world objects contain ___ and ___.
  2. A software object’s state is stored in ___.
  3. A software object’s behavior is exposed through ___.
  4. Hiding internal data from the outside world, and accessing it only through publicly exposed methods is known as data ___.
  5. A blueprint for a software object is called a ___.
  6. Common behavior can be defined in a ___ and inherited into a ___ using the ___ keyword.
  7. A collection of methods with no implementation is called an ___.
  8. A namespace that organizes classes and interfaces by functionality is called a ___.
  9. The term API stands for ___?

在这里插入图片描述
说明
本文是橙子对Java官方教程的尝试翻译,尽量的对一些关键词保留了英文原文

年轻人不要不讲武德,进来了点个赞再走啊!

标签:___.,13,Java,state,2020.12,behavior,interface,___,class
来源: https://blog.csdn.net/weixin_42509923/article/details/111084917