Page 1 of 1

If foo is an abstract class in a C++ program, why is it acceptable to declare variables of type foo*, but not of type fo

Posted: Sun May 15, 2022 10:12 am
by answerhappygod
If foo is an abstract class in a C++ program, why is it
acceptable to declare variables of type foo*, but not of type
foo?