摘要
通过研究和分析C++语言中对象在内存中的存储结构以及对象操作成员的原理,给出了面向对象程序设计语言中类实例化的一条新途径——即通过仿真对象的存储结构,实现成员的自由调用。该仿真结构可以完成对象的绝大部分功能而且还可根据需要对对象的存储空间进行压缩。
A new method in the objected-oriented software developing is given to create an instance of a class, resorting to an object s organization layout and fundamental theory of how operation system software recognizes an object in the memory. The stimulation algorithm by this method can achieve most tasks, which a real object can do, and gready reduce the object; s storage space.
出处
《微计算机信息》
北大核心
2006年第12S期212-213,233,共3页
Control & Automation
基金
军队重点项目(编号不公开)
关键词
存储结构
虚表
多态性
动态调用
Storage structure,Virtual table,Polymorphism,Dynamic execution