C ++这两个类都应该继承相同的基类。添加方法 [英] C++ Both class should inherit same base class. Add methods

查看:130
本文介绍了C ++这两个类都应该继承相同的基类。添加方法的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

课本书

{

私人:

char title [30];

char author [] ;};

Class book
{
private:
char title [30];
char author [];};

推荐答案

我没有足够的信息知道你的问题是什么。请发布更多详细信息。
There''s not enough information for me to know what your question is. Please post additional details.


@weaknessforcats


会发生什么使用泛化的两个类定义将它们放入适当的分类层次结构中,它们都从公共基类继承。添加适当的方法。我之前发布了这两个代码。请帮助
@weaknessforcats
what happen is that from the two class definitions, using generalization, put them into appropriate classification hierarchy si that they both inherit from a common base class. Add appropriate methods. I posted the two codes earlier. Help please


您只显示了一个班级。除非你至少再上一堂课,否则你没有继承的情况。


其他课程是什么?
You showed only one class. You don''t have an inheritance situation unless you have at least one more class.

What are the other classes?


这篇关于C ++这两个类都应该继承相同的基类。添加方法的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆