两分钟浅述Scala编程语言(附英文)

Scala combines object-oriented and functional programming in one concise, high-level language. Scala’s static types help avoid bugs in complex applications, and its JVM and JavaScript runtimes let you build high-performance systems with easy access to huge ecosystems of libraries.

牛皮了!世界级架构师,图解面向对象编程,小学生都能看得懂

何为面向对象编程面向对象编程(Object-oriented Programming,缩写:OOP)是软件工程中一种具有对象概念的编程范式(Programming Paradigm),同时也是一种程序开发的抽象方针,与之对应的编程范式还有:函数式编程(Functional Pro

从底层深入Go的基础模型 – interface

In Object-oriented programming, a protocol or interface is a common means for unrelated Object to communicate with each other. These are definitions of Method and values which the objects agree upon in order to co-operate. —— wiki。

网站地图