ارٍث بری چندگانه
Multiple inheritance for ++c
Bjarne Stroustrup
AT&T Bell Laboratories
Murray Hill, New Jersey 07974
ABSTRACT: Multiple Inheritance is the ability of a class to have more than one base class (super class). In a language where multiple inheritance is supported a program can be structured
as a set of inheritance lattices instead of (just) as a set of inheritance trees. This is widely believed to be an important structuring tool. It is also widely believed that multiple inheritance complicates a programming language significantly, is hard to implement, and is expensive to run. I will demonstrate that none of these last three conjectures are true.
اندازه فایل:50 کیلوبایت...کلمات کلیدی: برنامه نویسی به زبان C - زبان Pascal - زبان پاسکال - زبان فورترن - تعریف کلاسها - برنامه نویسی شی گرا - برنامه سازی پیشرفته - برنامه نویسی پیشرفته - پلی مورفیسم - ارث بری چندگانه -