____ Function is a function declared in a base class that has no definition relative to the base class

84. ____ Function is a function declared in a base class that has no definition relative to the base class.

  1. Virtual Function
  2. Pure Virtual Function
  3. Friend Function
  4. Static Function

Answer: B) Pure Virtual Function

Explanation:

Pure virtual Function is a function declared in a base class that has no definition relative to the base class.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.