logo

Crowdly

Browser

Add to Chrome

В якому з варіантів оголошення класу є помилки?  1. class A { void F () {...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

В якому з варіантів оголошення класу є помилки?

 1.

class A

{

void F () {};

public:

int Func (int x) {

F ();

}

};

 2.

class A

{

 char * name;

 public:

void Func ()

 {

printf ( "Hello");

return name;

}

 };

 (C++)
More questions like this

Want instant access to all verified answers on moodle.chnu.edu.ua?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome