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

  • Home
  • SEARCH
  • 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 676453
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T00:55:45+00:00 2026-05-14T00:55:45+00:00

What is the use of creating base class object using child class reference in

  • 0

What is the use of creating base class object using child class reference in Java

  • 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-14T00:55:46+00:00Added an answer on May 14, 2026 at 12:55 am

    If I understand correctly, you mean:

    class Parent {
       ...
    }
    
    class Child extends Parent {
       ...
    }
    
    Parent p = new Child ();
    

    There are many reasons:

    1. Flexibility: you can use Parent as a parameter type, and pass any subclass (i.e. Child and other) as this parameter.

    2. Polymorphism: You can override Parent method in several Child classes and use them in turn where Parent object required (like in Strategy pattern)

    3. If you’re working on some public API you can make Parent class public and visible to everyone but all Childs can be invisible to outer users. It can make your API more narrow. Good example is Collections API. There are 32 implementations (i.e. Childs) which are used implicitely, but only a few public interfaces. You can obtain synchronized, unmodifiable and other collections through Collection (i.e. Parent) interface not knowing implementation details.

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

Sidebar

Related Questions

I'm attempting to learn how to use Cucumber and creating steps using the following
I have am creating an Instance dynamically using Activator.CreateInstance. However, it is saying object
I'm working on creating a COM callable wrapper for the System.Net.NetworkInformation.Ping class for use
In considering languages to use in creating a web-application that interfaces with a database
I'm looking for an IDE to use for creating an Air interface to a
I have small library i want to use for creating games. First, i tried
Hey im just wondering what would be the best collection to use when creating
I've been doing a research about the best algorithm to use in creating a
A very simple use case for creating users in webapp2/appengine can be as follows:
I want to use Jenkins for creating RPM packages to deploy code and scripts

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.