|
|
runway run1,run2;
You dont have a default constructor, so you cant do this. Your constructor takes one integer as parameter.Runway() {}
TarikNeaj wrote: |
---|
runway run1,run2; You dont have a default constructor, so you cant do this. Your constructor takes one integer as parameter.Add this to your class: Runway() {} |
|
|
runway run1(50);