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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T04:58:00+00:00 2026-05-27T04:58:00+00:00

Imagine I have two class A and B defined like this : class A

  • 0

Imagine I have two class A and B defined like this :

class A {
public:
    virtual void pureVirtual() = 0;
}

class B : public A {
public: 
    virtual void pureVirtual();
}

I have of course other methods, but that’s just for the example. Now, in my cpp code I have this kind of var :

B *myB = new B;
A *myA = myB;

Is it possible to delete myB object by calling delete on myA like this : delete myA; ? Do I have to do something special to be able to do that ?
Is it okay with OOP ideas and programming style, or a very bad idea ?

Thank you!

  • 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-27T04:58:00+00:00Added an answer on May 27, 2026 at 4:58 am

    It is possible, but A needs a virtual destructor for this to work correctly:

    class A {
    public:
        virtual void pureVirtual() = 0;
        virtual ~A() {}
    }
    

    From an OO-perspective there is nothing wrong with this.

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

Sidebar

Related Questions

Imagine you have two fields in your Model: public class MyModel { [Required(ErrorMessageResourceType =
Imagine, we have two .net applications. Application A starts application B using System.Diagnostics.Process class.
Imagine I have a class in C# called Bar that has a public function
Imagine you have two implementations of a @Local interface @Local public interface LocalInterface {
Imagine you have two images A and B, and a third grayscale image T.
Imagine the following situation: I have two branches: DEV and MAIN. I'm working on
Imagine a situation, I have PC with two lan cards, one is connected to
Imagine we have a program trying to write to a particular file, but failing.
Ok, here is the question. Imagine I have a ModelForm which have only two
I can't imagine this is hard to do, but I haven't been able to

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.