小白求知23333 2021-10-16 16:24 采纳率: 100%
浏览 40
已结题

这C++代码为啥没有输出呢?

#include
#include
using namespace std;
class Animal
{private: std::string name;
int size;
int weight;
public:
string a;
int b;
int c;
Animal(string a,int b,int c)
{ name=a; size=b; weight=c; };
int na() {cout<<"动物名字是:"<<name<<endl<<"身体大小:"<<b<<endl<<"体重是:"<<c<<endl; return 0; };
void run() { cout<<name<<"可以跑"<<endl; };void zou() { cout<<name<<"可以走"<<endl; };};
class Bird:public Animal{public: int yumao; int chibang;
Bird(string x1,int x2,int x3,int x4,int x5): Animal( a,b,c) { yumao=x4; chibang=x5; }
void fly() {cout<<a<<"有羽毛和翅膀,可以飞"<<endl; };};
int main(){
Bird n("鸟",65,44,11,12);
n.na(); n.run(); n.zou(); n.fly(); return 0;}

  • 写回答

1条回答 默认 最新

  • CSDN专家-link 2021-10-16 16:30
    关注

    问题比较多,这么改就可以了。

    class Animal
    { 
    public:
    std::string name;
    int size;
    int weight;
    Animal(string a,int b,int c)
    { name=a; size=b; weight=c; };
    int na() {cout<<"动物名字是:"<<name<<endl<<"身体大小:"<<size<<endl<<"体重是:"<<weight<<endl; return 0; };
    void run() { cout<<name<<"可以跑"<<endl; };void zou() { cout<<name<<"可以走"<<endl; };};
    class Bird:public Animal{public: int yumao; int chibang;
    Bird(string x1,int x2,int x3,int x4,int x5): Animal( x1,x2,x3) { yumao=x4; chibang=x5; }
    void fly() {cout<<name<<"有羽毛和翅膀,可以飞"<<endl; };};
    int main()
    {
    Bird n("鸟",65,44,11,12);
    n.na(); n.run(); n.zou(); n.fly(); 
    return 0;
    }
    
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

问题事件

  • 已结题 (查看结题原因) 10月20日
  • 已采纳回答 10月16日
  • 创建了问题 10月16日

悬赏问题

  • ¥15 目详情-五一模拟赛详情页
  • ¥15 有了解d3和topogram.js库的吗?有偿请教
  • ¥100 任意维数的K均值聚类
  • ¥15 stamps做sbas-insar,时序沉降图怎么画
  • ¥15 买了个传感器,根据商家发的代码和步骤使用但是代码报错了不会改,有没有人可以看看
  • ¥15 关于#Java#的问题,如何解决?
  • ¥15 加热介质是液体,换热器壳侧导热系数和总的导热系数怎么算
  • ¥100 嵌入式系统基于PIC16F882和热敏电阻的数字温度计
  • ¥15 cmd cl 0x000007b
  • ¥20 BAPI_PR_CHANGE how to add account assignment information for service line