Skip to main content

Inheritance

  • Chapter
  • First Online:
Introducing JavaScript Game Development
  • 1772 Accesses

Abstract

In this chapter we’ll begin to build our final version of the Asteroids game. We’ll need objects to describe asteroids, and our ship and we will eventually need objects for our projectiles too, which the ship will use to destroy asteroids. In this case, the objects will all share some common features, and this makes them good candidates for inheritance. Inheritance is an important concept in object-oriented software engineering because it allows for potentially complex logic to be expressed once and used across multiple object types. We’ll learn this in the usual way—by doing.

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

Chapter
USD 29.95
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
eBook
USD 34.99
Price excludes VAT (USA)
  • Available as EPUB and PDF
  • Read on any device
  • Instant download
  • Own it forever
Softcover Book
USD 44.99
Price excludes VAT (USA)
  • Compact, lightweight edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info

Tax calculation will be finalised at checkout

Purchases are for personal use only

Institutional subscriptions

Author information

Authors and Affiliations

Authors

Rights and permissions

Reprints and permissions

Copyright information

© 2017 Graeme Stuart

About this chapter

Check for updates. Verify currency and authenticity via CrossMark

Cite this chapter

Stuart, G. (2017). Inheritance. In: Introducing JavaScript Game Development . Apress, Berkeley, CA. https://doi.org/10.1007/978-1-4842-3252-1_9

Download citation

Publish with us

Policies and ethics