检索规则说明:AND代表“并且”;OR代表“或者”;NOT代表“不包含”;(注意必须大写,运算符两边需空一格)
检 索 范 例 :范例一: (K=图书馆学 OR K=情报学) AND A=范并思 范例二:J=计算机应用与软件 AND (U=C++ OR U=Basic) NOT M=Visual
机构地区:[1]清华大学计算机系
出 处:《清华大学学报(自然科学版)》1998年第S1期64-66,共3页Journal of Tsinghua University(Science and Technology)
基 金:国家"八五"科技攻关项目
摘 要:C++是面向对象语言中最引入注目,最具有广泛使用基础的语言之一。C++除保留了传统的和有效的结构化语言C的特征外,主要引进了支持面向对象程序设计的诸多语言特征,如类属、封装、继承和多态性等。C++中实现多态的一个重要机制是虚函数,常常使用它在父类中对某种操作提供一个框架,而在不同的子类中为该框架提供不同的实现。这种机制对编译程序的要求便是目标程序的动态绑定。因此介绍了在以C为目标语言的C++编译系统中,实现用于支持多态性的虚函数机制的方法。根据定义虚函数的父类和它们子类的继承关系的不同,分别针对单继承、多继承及虚父类中的虚函数的三种表现,讨论了构造虚函数表和修正函数入口地址的实现技术。C ++ is one of the most popular languages to support object oriented programming. It is largely a superset of C. C ++ retains compatibility with C and particularly adds to C powerful new constructions, such as, generic, encapsulate, inheritance, and polymorphism. The virtual function is one of facilities to support polymorphism in C ++ . Normally the virtual function mechanism is used to provide the frame and the declaration of public methods of some operation for the parent or base class, then the implementation details of the operation could be given in the derived classes individually. The dynamic binding or late binding is the mean to implement virtual function in C ++ compiler. This paper introduces the technology to implement virtual function mechanism in C ++ compiler, whose target language is C. The main technology is constructing virtual function list and modifying entrance address of function according to different kinds of inheritance relationship.
分 类 号:TP311[自动化与计算机技术—计算机软件与理论]
正在载入数据...
正在载入数据...
正在载入数据...
正在载入数据...
正在载入数据...
正在载入数据...
正在载入数据...
正在链接到云南高校图书馆文献保障联盟下载...
云南高校图书馆联盟文献共享服务平台 版权所有©
您的IP:216.73.216.117