码迷,mamicode.com
首页 >  
搜索关键字:object-oriented    ( 752个结果
Classical Inheritance in JavaScript
JavaScriptis aclass-free, object-oriented language, and as such, it uses prototypal inheritance instead of classical inheritance. This can be puzzling...
分类:编程语言   时间:2014-10-06 06:52:39    阅读次数:386
Object-oriented features
Python is an object-oriented programing language, which means that it provides features that support object-oriented programming. It is easy to define...
分类:其他好文   时间:2014-10-02 17:44:13    阅读次数:247
面向对象数据库(Object Oriented Databases)
前面说几句费话。现在正在从事面向对象数据库在国内的推广工作,如果有兴趣可以与我联系。如果有任何问题可以私信我,也可以到我们网站上 面向对象数据库交流社区 来向我提问,我一定以最快的速度解答。 想把 面向对象数据库交流社区 打造成为国内最大的面向对象数据交流的社区,希望有兴趣的与我共同经营这个社区,下面的译文。 面向对象数据库也被称为对象数据管理系统。对象数据库存储面向对象...
分类:数据库   时间:2014-09-30 12:17:39    阅读次数:206
Learning JavaScript Design Patterns The Constructor Pattern
In classical object-oriented programming languages, a constructor is a special method used to initialize a newly created object once memory has been a...
分类:编程语言   时间:2014-09-28 22:56:05    阅读次数:213
为什么GOF的23种设计模式里面没有MVC?
GoF (Gang of Four,四人组, 《Design Patterns: Elements of Reusable Object-Oriented Software》/《设计模式》一书的作者:Erich Gamma、Richard Helm、Ralph Johnson、John Vlissi...
分类:Web程序   时间:2014-09-28 19:19:05    阅读次数:275
python 面向对象编程
面向对象编程——Object Oriented Programming,简称OOP,是一种程序设计思想。OOP把对象作为程序的基本单元,一个对象包含了数据和操作数据的函数。面向过程的程序设计把计算机程序视为一系列的命令集合,即一组函数的顺序执行。为了简化程序设计,面向过程把函数继续切分为子函数,即把...
分类:编程语言   时间:2014-09-28 05:02:20    阅读次数:215
JAVA语言的11个特性
java语言的11个特性: java语言是一种简单的(Simple),面向对象的(Object-Oriented),分布式的(Distributed),解释性的(interpreted),健壮的(Robust),安全的(Secure),结构中立的(Architecture-neutral),可移植...
分类:编程语言   时间:2014-09-25 14:35:39    阅读次数:253
Spring AOP 实现原理
什么是AOPAOP(Aspect-OrientedProgramming,面向方面编程),可以说是OOP(Object-Oriented Programing,面向对象编程)的补充和完善。OOP引入封装、继承和多态性等概念来建立一种对象层次结构,用以模拟公共行为的一个集合。当我们需要为分散的对象引入...
分类:编程语言   时间:2014-09-25 12:17:58    阅读次数:359
C# 单例模式(转)
C#设计模式学习笔记-单例模式 最近在学设计模式,学到创建型模式的时候,碰到单例模式(或叫单件模式),现在整理一下笔记。 在《Design Patterns:Elements of Resuable Object-Oriented Software》中的定义是:Ensurea class onl.....
分类:其他好文   时间:2014-09-22 16:43:42    阅读次数:189
Chapter 4 Objects and Classes
1. Introduction to Object-Oriented Programming(面向对象编程)2. using Predefined Classes3. Defined Your Own Classes4. Static Fileds and Methods5. Method Para...
分类:其他好文   时间:2014-09-22 15:22:52    阅读次数:230
752条   上一页 1 ... 68 69 70 71 72 ... 76 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!