Give an example of a superclass and subclass

Assignment Help Basic Computer Science
Reference no: EM132007647

What does the super keyword represents and where can it be used? Give an example of a superclass and subclass. Be sure to make all the instances variables of the super class private. Include at least one constructor in each class and ensure that the constructor of the subclass calls the constructor of the superclass. Also include a toString method in both classes that returns the values of the instance variables with appropriate labels. Ensure that the toString method of subclass calls the toString method of the superclass so that the string returned contains the values of all the inherited instance variables.

Here is what I have:

package burger;

public class Burger extends Cheeseburger { //subclass

  public void printOrder () {

    super.printOrder();

    System.out.println("This burger is good.");

  }

  public static void main(String[] args) {

    Burger testSuper = new Burger ();

    testSuper.printOrder();

  }

}

........................................................

package burger;

public class Cheeseburger { //superclass

  public void printOrder () {

    System.out.println("This cheeseburger is good.");

  }

}

Reference no: EM132007647

Questions Cloud

What skills or vocal image were examined well : What skills or vocal image were examined well by your classmate? Do you agree with them and why? Were any skills or observations overlooked?
Determining the cyber crime perspective : Which should you be most concerned about from a cyber crime perspective: organized crime, nation-states or individual rogue adversaries
Identify the parts of the model for improving interpersonal : In evaluating personality types and cognitive styles, which types/styles do you consider important for identifying with personality differences among people?
Information system from development into production : What factors might help your team decide when to move a new or updated information system from development into production?
Give an example of a superclass and subclass : What does the super keyword represents and where can it be used? Give an example of a superclass and subclass.
Describe how the firm can hedge transaction risk associated : Describe how the firm can hedge the transaction risk associated with the payment using a currency option.
Customers served and the total rental income : Inside a second group box to display the customers served and the total rental income after discount.
What type of lymphocyte generates antibodies : What type of lymphocyte generates antibodies? What cell surface molecule is a characteristic marker for T helper cells
Preferred stock and common equity financing : A company expects to earn $16 million in income this coming year. Its target capital structure is 30% debt, 15% preferred stock, and 55% common equity financing

Reviews

Write a Review

Basic Computer Science Questions & Answers

  Identifies the cost of computer

identifies the cost of computer components to configure a computer system (including all peripheral devices where needed) for use in one of the following four situations:

  Input devices

Compare how the gestures data is generated and represented for interpretation in each of the following input devices. In your comparison, consider the data formats (radio waves, electrical signal, sound, etc.), device drivers, operating systems suppo..

  Cores on computer systems

Assignment : Cores on Computer Systems:  Differentiate between multiprocessor systems and many-core systems in terms of power efficiency, cost benefit analysis, instructions processing efficiency, and packaging form factors.

  Prepare an annual budget in an excel spreadsheet

Prepare working solutions in Excel that will manage the annual budget

  Write a research paper in relation to a software design

Research paper in relation to a Software Design related topic

  Describe the forest, domain, ou, and trust configuration

Describe the forest, domain, OU, and trust configuration for Bluesky. Include a chart or diagram of the current configuration. Currently Bluesky has a single domain and default OU structure.

  Construct a truth table for the boolean expression

Construct a truth table for the Boolean expressions ABC + A'B'C' ABC + AB'C' + A'B'C' A(BC' + B'C)

  Evaluate the cost of materials

Evaluate the cost of materials

  The marie simulator

Depending on how comfortable you are with using the MARIE simulator after reading

  What is the main advantage of using master pages

What is the main advantage of using master pages. Explain the purpose and advantage of using styles.

  Describe the three fundamental models of distributed systems

Explain the two approaches to packet delivery by the network layer in Distributed Systems. Describe the three fundamental models of Distributed Systems

  Distinguish between caching and buffering

Distinguish between caching and buffering The failure model defines the ways in which failure may occur in order to provide an understanding of the effects of failure. Give one type of failure with a brief description of the failure

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd