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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T19:17:18+00:00 2026-05-24T19:17:18+00:00

thanks to help from stackoverflow posters I have set up some oop javascript. However,

  • 0

thanks to help from stackoverflow posters I have set up some oop javascript. However, I have hit another snag.

I have two different classes with the same inheritance. They then both have a function named the same, but doing different things. The trouble is, if ClassB is defined last, then even when I have a ClassA object, and write classAInstance.MyFunction(); it returns 2, ie ClassB’s function of the same name.

BaseClass = function(){
    ...init some stuff...
};

ClassA = function(){
    BaseClass.call(this);
    ...init some stuff...
};
ClassA.prototype = BaseClass.prototype; // innherit
ClassA.prototype.MyFunction(){
    return 1;
};

ClassB = function(){
    BaseClass.call(this);
    ...init some stuff...
};
ClassB.prototype = BaseClass.prototype; // innherit
ClassB.prototype.MyFunction(){
    return 2;
}
  • 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-24T19:17:20+00:00Added an answer on May 24, 2026 at 7:17 pm

    The reason why is because both ClassA and ClassB’s prototype is pointing to the same object. I’m not sure what your use case is for this but it would be just as well to have the prototype be an instance.

    ClassA.prototype = new BaseClass();
    
    ...
    
    ClassB.prototype = new BaseClass();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

First, thanks for all the help I've received so far from StackOverflow. I've learned
With help from StackOverflow today, I have gotten my data layer constructed return data
With the help from good samaritans from stackoverflow, I have come till the following
With some help from the fine folks on Stackoverflow, I built a small newsletter
Thanks to some help on StackOverflow, I am currently animating a path in CAShapeLayer
I have a show/hide toggle working well in multiple instances (thanks to help here
Thanks for your help! I'd like to output all companyName entries that have uploads
To anyone who can help, Thanks Okay, so I have a database holding a
Good people of StackOverflow, please help. I've set up an ejabberd server on my
Thank you for your interesting in my question. You can help me out from

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.