程序员的英语——常见概念

【1】Polymorphism 多态

The fact that an object variable can refer to multiple actual types is called polymorphism
一个对象变量实际上能指向多种类型就是多态

  • object variable 对象变量
  • multiple 多样的

【2】Inheritance 继承

EJB components do not look like its object oriented as it has restictions for using inheritance and polymorphism
EJB组件不像是面向对象的,比如在使用继承和多态时有很多限制

【3】Object-Oriented 面向对象

The design of a business document is often very well suited to object-oriented architectures
业务文档的设计通常非常适用于面向对象的体系结构

【4】Heap 堆

【5】Stack 栈

Heap and stack is inevitably run into two basic c/c++ programming concepts
堆和栈是c/c++编程不可避免碰到的两个基本概念

【6】Implementation 实现、实施

…is an implementation of the high-level, dynamic, object-oriented Python that allows you to run …

发布了234 篇原创文章 · 获赞 107 · 访问量 3万+

猜你喜欢

转载自blog.csdn.net/weixin_44478378/article/details/105285068