Computer Science, asked by Risk4arGuharkart, 1 year ago

Function that Must be Present in the Abstract Class
An abstract class must contain at least one ________ function in C++.

Answers

Answered by kvnmurty
2
abstract function... without implementation, only prototype.

Similar questions