Announcement

Collapse
No announcement yet.

Vấn đề xin được giải đáp

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Vấn đề xin được giải đáp

    Chào mọi người,
    Mình có làm bài toán nhỏ nhỏ vê Lớp ảo cơ sở trong c nhưng nó mắc lỗi chạy không được, mình loại hoai sửa mấy ngày nay mà không được nên mạo mụi xin mọi người giúp đỡ. Mình xài dev c .
    [CODE]

    #include
    Last edited by hoathuongphuoc; 07-11-2014, 10:27.

  • #2
    Code:
    Employee::Employee(char *name,int age,bool sex,char *address,int phonenumber,int hourinmoth,int salary,char *position):persion(name,age,sex,address,phonenumber),Worker(name,age,sex,hourinmonth,salary)
    {//Phần này bị lỗi
       this->position=position;
    }
    Sửa thành như vậy đấy bạn, kế thừa lớp persision với worker mà bạn chưa điền đủ tham số cho nó mà.
    ------"Some Will, Some Won't, So What? Someone's Waiting!"------

    Comment


    • #3
      thank bạn nhiều
      Last edited by hoathuongphuoc; 07-11-2014, 10:27.

      Comment

      LHQC

      Collapse
      Working...
      X