Multiple inheritances C++ program to print hollow rhombus, parallelogram star pattern

Develop a C++ program to print a hollow rhombus star series pattern using for loop and Multiple inheritances.
How to print hollow rhombus or parallelogram star pattern in C++ programming using Multiple inheritances in OOP. The Logic to print empty rhombus or parallelogram star pattern series in C++ programming using Multiple inheritances.

class diagram of hollow rhombus, parallelogram star pattern
class diagram of hollow rhombus, parallelogram star pattern

Output