Engineering
Let v1, v2, v3, v4 be vectors in R5 where v1, v2, v3 are linearly dependent and v4 is not in span { v1, v2, v3 }. Must v1, v2, v3, v4 also be linearly independent ?
Assuming the following is the beginning of the constructor definition for class BasePlus-CommissionEmployee which inherits from class Point,BasePlusCommissionEmployee::BasePlusCommissionEmployee( string first,string last, string ssn, double sales, double rate, double salary ): CommissionEmployee( first, last, ssn, sales, rate )The second line:Select one:a.Causes a compiler errorb.Invokes the CommissionEmployee constructor with argumentsc.Is unnecessary because the CommissionEmployee constructor is called automaticallyd.Indicates inheritance