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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T00:23:27+00:00 2026-06-16T00:23:27+00:00

I have a class // i want an abstract class. class Foo { public:

  • 0

I have a class

// i want an abstract class.

class Foo
{
    public:
    virtual void bar()=0;
};

// i want this abstract calss to be used all over the program 🙂 to enjoy polymorphism.

class EatFoo
{
public:
    vector<Foo> fooV; // not working
    vector<Foo *> fooPV;
};

I get a compile time error that abstract class cannot be instantiated.

Yes its true but i really want or i want to learn :

how to make other programmers “have to – have to” implement some function and i donot want to use pointers in my programs. [i donot know why ? but i have that gut feeling..]

Is there some pattern or something that can help me.
With java it is all references and yup it is doable.

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-16T00:23:28+00:00Added an answer on June 16, 2026 at 12:23 am

    If you want polymorphic behaviour for container items, you have no choice but to use pointers. To make your life as easy as possible, you should use smart pointers, such as shared_ptr<Foo>.

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

Sidebar

Related Questions

class Program { static void Main(string[] args) { Foo.Calc(Foo); } } public abstract class
I have the following code: #include <iostream> class Grandma { public: virtual void foo()
Let's say I have an abstract class: abstract class Foo extends Bar { public
I have an abstract class with a pure virtual function f() and i want
I have one abstract class -let's say myBase. And I want all the classes
Consider this abstract class public abstract class Foo { public Injectable Prop {get;set;} }
abstract class foo { public $blah; } class bar extends foo { public $baz;
I have the following code public abstract class Event { public void fire(Object... args)
Suppose I have these abstract classes Foo and Bar : class Foo; class Bar;
I have an abstract virtual base class Foo from which I derive many other

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.