Solved

Consider the Following Statements

Question 47

Short Answer

Consider the following statements:
class shape
{
public:
virtual void draw()= 0;
virtual void move(double x,double y)= 0;
.
.
.
};
The code above is an example of a(n)____________________ class definition.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions