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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T07:06:06+00:00 2026-05-31T07:06:06+00:00

class A (say), having all static member functions only class B(say) having only member

  • 0

class A (say), having all static member functions only
class B(say) having only member functions

If i create 1000 instances of class A. As the class contains only static member functions, the memory do not increase even if there are 1 instance or 1000 instances.

However, for class B. If i create 1000 instances, will there be an increase of memory (even the slightest, may be a pointer for each object pointing to set of member functions) ?

If no, then how does the compiler keep tracks of member function information for a particular object ?

  • 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-31T07:06:07+00:00Added an answer on May 31, 2026 at 7:06 am

    For starters, you might try outputting sizeof(A) and sizeof(B). But
    several things to keep in mind:

    • Regardless of the number or types of members, C++ forbids a class to
      have a size of 0, so static members or not, each instance of A will
      take some memory; and

    • The resolution of non-virtual functions is done entirely at compile
      time, so there is no need for the compiler to add anything to the
      class for it. (Virtual functions will typically add the size of one
      pointer to the class, regardless of how many virtual functions your
      class has.)

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

Sidebar

Related Questions

I understand that one benefit of having static member functions is not having to
I'm currently having a Class named SqlData, which contains all the Methods needed to
let's say i am having fallowing html structure- <div data-theme=a class=ui-btn ui-btn-icon-right ui-btn-corner-all ui-shadow
I have one abstract class -let's say myBase. And I want all the classes
Let's say my controller looks like this: class MyController < ApplicationController before_filter :find_user,:only =>
I have a class that contains a dynamically allocated array, say class A {
I'm creating a class (say, C) that associates data (say, D) with an object
I have a custom class say 'MyCanvas' derived from wpf Canvas class. MyCanvas has
Here is simplified version of my requirement I have a java class say Processor
Newbie question. I have two c# classes - a code class (say, CodeClass) and

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.