摘要:source: http://st-www.cs.uiuc.edu/users/smarch/st-docs/mvc.htmlBasic Concepts:
In the MVC paradigm the user input, the modeling of the external world,
and the visual feedback to the user are explicitl...
阅读全文
摘要:Scrybe,一个初创的软件公司,虽然还没有发布任何软件但是已经引起了世人的注意。 引起人们注意的主要有两点: 1)他们开发的产品 Scrybe是一个时间/任务管理工具,看起来非常酷,提供了 离线管理功能 Rich web应用 可视化和人性化的操作方式 支持共享和协作 等等 2)他们的宣传方式 他们录制了两段视频,放在Youtube上,真是个绝妙的主...
阅读全文
摘要:Polymorphism - "Poly" means "many" and "morph" means "form".via here.
阅读全文
摘要:Polymorphism is the ability for classes to provide different implementations of methods that are called by the same name. Polymorphism allows a method of a class to be called without regard to what s...
阅读全文