What is the error?
What will be an ideal response?
```
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...
Which of the following choices is an alternate term used to describe what ISO 12207 refers to as "software requirements analysis" activities?
A. Requirements engineering B. Software components analysis C. Software necessities D. Engineering requirements
Computer Science & Information Technology
How one approaches incident detection can seriously impact the number and kinds of incidents that are detectable.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology