<< Chapter < Page Chapter >> Page >

The program output

The code in Listing 3 produces the first five lines of output text shown in Figure 1 .

The remaining code

You can view the remaining code in the Driver class and the code in the Airplane class in Listing 4 . If you understand my explanation of Listing 1 , Listing 2 , and Listing 3 above, you should have no difficulty understanding the behavior of the code inthe Airplane class and the remaining code in the Driver class.

No sharing of properties

There is an important point to remember, however. Even though the Balloon and Airplane classes each inherit the range and altitude properties from the Airship class, objects instantiated from the Balloon and Airplane classes do not physically share these two properties. Instead, each object has its own copy of the range property and its own copy of the altitude property. The only thing shared by the two objects is part of the blueprint from which each object is constructed.

Basically there is no sharing of anything among objects until the static keyword shows up and at that point, some sharing does take place. The use of the static keyword is a topic for a future module.

Run the program

I encourage you to copy the code from Listing 4 . Use that code to create a C# console project. Compile and run the project. Experiment with the code,making changes, and observing the results of your changes. Make certain that you can explain why your changes behave as they do.

Run my program

Click here to download a zip file containing my version of the program. Extract the folder named Airship01 from the zip file and save it somewhere on your disk. Start Visual C# 2010 Express and select Open Project... from the File menu. Navigate to the project folder and select the file with the extension of .sln . This should cause the project to open and be ready to run or debug as described in the earlier module titled Getting Started .

Summary

In this module, you learned how one class can extend another class and inherit all of the properties, events, and methods defined in that class and allof its superclasses. You learned that even though a class may be extended into another class, it remains viable and can be instantiated in its own right. Youlearned that inheritance is hierarchical with the overall hierarchy being rooted in a class named Object . You learned that C# does not support multiple inheritance. You learned about the ISA and HASA relationships.

Miscellaneous

This section contains a variety of miscellaneous information.

Housekeeping material
  • Module name: Xna0108-Inheritance in C#
  • File: Xna0108.htm
  • Published: 02/27/14
Disclaimers:

Financial : Although the Connexions site makes it possible for you to download a PDF file for thismodule at no charge, and also makes it possible for you to purchase a pre-printed version of the PDF file, you should beaware that some of the HTML elements in this module may not translate well into PDF.

I also want you to know that, I receive no financial compensation from the Connexions website even if you purchase the PDF version of the module.

In the past, unknown individuals have copied my modules from cnx.org, converted them to Kindle books, and placed them for sale on Amazon.com showing me as the author. Ineither receive compensation for those sales nor do I know who does receive compensation. If you purchase such a book, please beaware that it is a copy of a module that is freely available on cnx.org and that it was made and published withoutmy prior knowledge.

Affiliation : I am a professor of Computer Information Technology at Austin Community College in Austin, TX.

Questions & Answers

what is chemistry
ISIYAKA Reply
what is oxidation
Chidiebube Reply
calculate molarity of NaOH solution when 25.0ml of NaOH titrated with 27.2ml of 0.2m H2SO4
Gasin Reply
what's Thermochemistry
rhoda Reply
the study of the heat energy which is associated with chemical reactions
Kaddija
How was CH4 and o2 was able to produce (Co2)and (H2o
Edafe Reply
explain please
Victory
First twenty elements with their valences
Martine Reply
what is chemistry
asue Reply
what is atom
asue
what is the best way to define periodic table for jamb
Damilola Reply
what is the change of matter from one state to another
Elijah Reply
what is isolation of organic compounds
IKyernum Reply
what is atomic radius
ThankGod Reply
Read Chapter 6, section 5
Dr
Read Chapter 6, section 5
Kareem
Atomic radius is the radius of the atom and is also called the orbital radius
Kareem
atomic radius is the distance between the nucleus of an atom and its valence shell
Amos
Read Chapter 6, section 5
paulino
Bohr's model of the theory atom
Ayom Reply
is there a question?
Dr
when a gas is compressed why it becomes hot?
ATOMIC
It has no oxygen then
Goldyei
read the chapter on thermochemistry...the sections on "PV" work and the First Law of Thermodynamics should help..
Dr
Which element react with water
Mukthar Reply
Mgo
Ibeh
an increase in the pressure of a gas results in the decrease of its
Valentina Reply
definition of the periodic table
Cosmos Reply
Got questions? Join the online conversation and get instant answers!
Jobilize.com Reply

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, Xna game studio. OpenStax CNX. Feb 28, 2014 Download for free at https://legacy.cnx.org/content/col11634/1.6
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Xna game studio' conversation and receive update notifications?

Ask