What is the error?

```
class B
{
public:
virtual void f();
};
virtual void B::f() {/*. . . */}
```


The error message given at the definition of void B::f() is “'virtual' storage-class specifier illegal on function definition”

Computer Science & Information Technology

You might also like to view...

With ____________________ animation, Flash automatically creates animation between two keyframes.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

You are troubleshooting a connection from a remote location and notice the serial interface is down. What command will tell you whether the router is receiving a clock rate?

What will be an ideal response?

Computer Science & Information Technology

A for loop provides a convenient way to create a(n) ____ loop.

A. counter-controlled B. posttest C. while D. infinite

Computer Science & Information Technology

Which of the following should Jane, the security administrator, do FIRST when an employee reports the loss of a corporate mobile device?

A. Remotely lock the device with a PIN B. Enable GPS location and record from the camera C. Remotely uninstall all company software D. Remotely initiate a device wipe

Computer Science & Information Technology