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 8807943
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T02:29:38+00:00 2026-06-14T02:29:38+00:00

This question is in regards to Perl and Moose inheritance. Suppose I have a

  • 0

This question is in regards to Perl and Moose inheritance.

Suppose I have a Parent Class and a Baby Class. Baby ‘extends’ Parent. If both classes have the attribute ‘name’, how does the Baby access the parent’s name without getting its own name?

package Baby;
use Moose;
extends 'Parent';

has 'name', is => 'ro', isa => 'Str', default => 'Baby';

Note: The Parent Class is essentially the same with name default => ‘Parent’.

So the question is, inside my program how would I access the Parent’s name?

For example:

...
$baby = Baby->new();
say "my name is " . $baby->name();
say "my Parent's name is " . ???? 

Thanks!

  • 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-06-14T02:29:40+00:00Added an answer on June 14, 2026 at 2:29 am

    You don’t. You haven’t made a new attribute; you’ve just overriden the one from the parent class. The names you’ve chosen for your example classes are really unfortunate, because in the real world a baby “has-a” parent, but by using inheritance you’ve created a situation where Baby “is-a” Parent.

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

Sidebar

Related Questions

The question regards .Net specifically. Suppose a base class A has 2 derived classes
I have just asked this question an hour ago but with regards to IE8
First of all, this question is in regards to PHP and MySQL I have
I suppose this question is language-agnostic, tho I'm asking it in regards to building
This question is in regards to Mike Bostock's very exciting d3.js library in general,
This question is in regards to this blog entry. https://blog.stackoverflow.com/2008/07/easy-background-tasks-in-aspnet/ All the way at
I had posted a question in regards to this code. I found that JTextArea
I bumped into an additional question that I needed in regards to this: Using
I have few question in this regard When you create an internet page, does
This question regards how one can effectively create and persist event domain objects on

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.