Which of the following is an abstract function?

1.8 Which of the following is an abstract function?
A) virtual double getArea();
B) virtual double getArea() = 0;
C) double getArea() = 0;
D) double getArea();


Leave a Reply