博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
java面向对象须知的一些基本概念
阅读量:6120 次
发布时间:2019-06-21

本文共 707 字,大约阅读时间需要 2 分钟。

hot3.png

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

转载于:https://my.oschina.net/zshuangyan/blog/118017

你可能感兴趣的文章
【limit优化】MySQL延迟关联性能优化方法
查看>>
eclipse.ini内存设置
查看>>
香蕉派 BPI-M2 Zero 四核开源单板计算机 raspberry pi Zero W
查看>>
SOLR4.6 安装、Jetty发布
查看>>
ACTION_TIME_TICK不能用于静态注册的原因
查看>>
智和网管平台-智能化实现灵活的网络管理
查看>>
不忘初心,智和网管平台在国产化的道路上砥砺前行
查看>>
一、Node.js简介
查看>>
Leetcode 746: Min Cost Climbing Stairs(详解)
查看>>
support.v4.app.DialogFragment使用问题总结
查看>>
个人服务器docker使用管理
查看>>
Laravel5.3之Query Builder源码解析(上)
查看>>
密码技术二
查看>>
RVM 实用指南
查看>>
看看Spring源码(二)——bean实例化
查看>>
Unix/Linux系统下获得时间戳函数
查看>>
二叉查找树
查看>>
现代数据管理的难点
查看>>
java验证码
查看>>
插件化的Panels和Groups
查看>>