Write a class having a public pure virtual method. You need not put any other members in the class.
What will be an ideal response?
```
class Figure
{
public:
virtual void draw() = 0;
};
```
Computer Science & Information Technology
You might also like to view...
The ________ function sums the values and then divides by the count
Fill in the blank(s) with correct word
Computer Science & Information Technology
Deleted files can be retrieved from an external flash drive
Indicate whether the statement is true or false
Computer Science & Information Technology