NewsBot
1
Imagine that we have a class with a properties like this:
class MyClass
{
public:
** float GetWidth() const;
** void SetWidht(float width);
private:
** float m_widht;
};
void MyClass::SetWidth(float width)
{
** // preconditions
** if (width
class MyClass
{
public:
** float GetWidth() const;
** void SetWidht(float width);
private:
** float m_widht;
};
void MyClass::SetWidth(float width)
{
** // preconditions
** if (width