
Object Class
Question: Every class in Java is supposed to extend the Object class by default. In case a user class extends some other class (e.g., if myclassextends yourclass), then is it not multiple inheritance? Answer: Multiple inheritance is when one class inherits the behavior of two or more parent classes. Inheritance