Which of these are valid type of inheritance in Perl?

20. Which of these are valid type of inheritance in Perl?

  1. Multiple inheritance
  2. Multilevel inheritance
  3. Hierarchical inheritance
  4. All of these

Answer: D) All of these

Explanation:

Common types of inheritance in Perl are:

  • Simple inheritance
  • Multiple inheritance
  • Multilevel inheritance
  • Hierarchical inheritance

Comments and Discussions!

Load comments ↻






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