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
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?
acceptable to declare variables of type foo*, but not of type
foo?