Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7182339
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T17:45:00+00:00 2026-05-28T17:45:00+00:00

I am aware that Java doesn’t support multiple inheritance. But if I have to

  • 0

I am aware that Java doesn’t support multiple inheritance. But if I have to design a class system for say, Animal kingdom. How to represent animals that are hybrids of two different animals? For ex, a Mule (Donkey or Horse?), a Liger (Lion or Tiger). How to inherit both Lion and Tiger classes to make a Liger class?
Is there a way of doing it without making Tiger and Lion as interfaces? What if they cannot be made interfaces?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T17:45:01+00:00Added an answer on May 28, 2026 at 5:45 pm

    Inheritance is not the right tool to use in this case. You see, a liger is not a tiger, and neither it is a lion. It has characteristics of both, but it is neither.

    Say you go to a zoo and the cage says “Tiger”. You peek in and see this weird gigantic cat that you certainly do not recognize as a tiger. It’s cool, but not a tiger. You also don’t think it’s a lion. It’s not substitutable for either.

    So, it should compose a Lion and a Tiger and delegate its behavior to the right one, or “override” their behaviors completely or partially.

    UPDATE:

    Now, what to do if you really want some kind of multiple inheritance, like if you want to derive a Liger from both a Hybrid and a Feline? Take a look at Scala traits for a possibility. To implement it in Java, you’d need an interface and a class for each concept in the design that you want to multiply “inherit”. Take a look here for the idea.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am aware that Java includes very advanced image processing API's but what I'm
I have some Java code that needs to compile with current generics aware compilers
I am aware that by default Java does not have the so-called eval (what
I'm aware that C# doesn't have generic wildcards, and that a similar effect can
I am aware that the purpose of volatile variables in Java is that writes
I aware that this will be a less programming question, but still... How can
I am aware that you can lock an object in c# using lock but
Is double buffering (in java) possible with awt? Currently, I'm aware that swing should
I'm aware of the use of volatile in Java. That is (based on the
I'm a bit confused from what I've heard Java doesn't do events. But I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.