Computer Science, asked by nushlapradhan7, 11 months ago

what is formal parameter in own words​

Answers

Answered by tusharram2002
1

formal parameters is

class Widget

{

public:

void SetValue(std::vector<int> const& value)

{

m_values = values;

}

void SetValue(std::vector<int>&& value)

{

m_values = std::move(values);

}

private:

std::vector<int> m_values;

};

Answered by viny10
3

Answer:

sum of all side

Explanation:

eg a + a+ a in triangle

plzz mark me brainlist and follow me

Similar questions