215k views
3 votes
You cannot provide parameters to a destructor; it must have an empty parameter list.

True or False

1 Answer

3 votes

True. | You cannot provide parameters to a destructor; it must have an empty parameter list. It makes sense that a parent class object has access to its child's data and methods. An abstract class is one from which you can create any concrete objects and from which you can inherit.

User Jake Shorty
by
8.3k points