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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T20:30:28+00:00 2026-05-31T20:30:28+00:00

Is it possible to reuse a parent method in a child method and add

  • 0

Is it possible to “reuse” a parent method in a child method and add functionality, just like with the super operator in Java?

parent.method(int a){
  a++;
}

child.method(int a /*would be nice w/out*/){
  printf("%d",a);
}

I know that this is probably quite a basic question, sorry about that.

I know I can just copy/paste the method to the child class and add the functionality there, by overloading; I’m looking for a more convenient way though.

  • 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-31T20:30:30+00:00Added an answer on May 31, 2026 at 8:30 pm

    You can use __super to do this, but it is a Microsoft extension.

    void CChild::function( int nParam )
    {
        __super::function( nParam );
    }
    

    Alternatively you can explicitly call the base implementation from the derived class:

    void CChild::function( int nParam )
    {
        CParent::function( nParam );
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is it possible to reuse classes like that in css: .aelement {display:block;....} .aelementhover {color:#fff;....}
In Python, how is it possible to reuse existing equal immutable objects (like is
Since DBs do not reuse numbers of deleted records it is possible to run
From what I understand, it's a best practice to reuse XmlHttpRequest objects whenever possible.
Possible Duplicate: How do you send email from a Java app using Gmail? How
Is possible to reuse the table header sort feature of the admin forms in
In Mathematica, it is possible to reuse the output of the previous command by
I would like to develop a custom application (multiple screens, complex processes) on top
Is it possible to reuse a form in two different views in JSF? I
Is it possible to detect/reuse those settings ? How ? The exception i'm getting

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.