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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T06:58:59+00:00 2026-06-15T06:58:59+00:00

public class B extends A{ // code goes here } public class C extends

  • 0
public class B extends A{

    // code goes here
}

public class C extends B{
    public void method1(){
       C c = new C();
    }
}

Since C is extending B which in turn is extending A ,when I create object of C how many objects will be created in JVM .

  • 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-15T06:59:00+00:00Added an answer on June 15, 2026 at 6:59 am

    One object will be directly created. I say “directly” because initialization expressions or constructor code could create other objects using “new”.

    Creating that one C object will cause four constructor calls. Immediately before the body of C’s constructor, there is an explicit or implicit call to a B constructor. Similarly, B’s constructor calls an A constructor, which calls the Object constructor.

    The object is a C, and is a B, and is an A, and is an Object, and by the end of the process will have been initialized as each of them.

    For full gory details on this process, see the JLS.

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

Sidebar

Related Questions

Considering that simple java code which would not work: public class Bar extends AbstractBar{
Here's my code: public class RT extends Activity implements OnTouchListener{ DrawPanel dp; private ArrayList<Path>
I have this code: public class Window extends JFrame { public Window(){ ... JButton
This is my code : public class JJD extends JFrame { /** * */
Relevant Code Snippet: public class MyPreference extends Preference { public MyPreference(Context context, AttributeSet attrs)
I have the next code : public class AddPrinter extends ListActivity { @Override public
I have the following code: public class Test extends JFrame implements ActionListener{ private static
The code I am using is: public class Test extends JFrame implements ActionListener {
I updated my code like Andro wrote about to me: public class ZiiziiActivity extends
The following code breaks the Law of Demeter : public class Student extends Person

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.