<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.expertiza.ncsu.edu/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ptdevore</id>
	<title>Expertiza_Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.expertiza.ncsu.edu/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ptdevore"/>
	<link rel="alternate" type="text/html" href="https://wiki.expertiza.ncsu.edu/index.php?title=Special:Contributions/Ptdevore"/>
	<updated>2026-06-01T07:35:45Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://wiki.expertiza.ncsu.edu/index.php?title=CSC_216_F09/inheritance1&amp;diff=26775</id>
		<title>CSC 216 F09/inheritance1</title>
		<link rel="alternate" type="text/html" href="https://wiki.expertiza.ncsu.edu/index.php?title=CSC_216_F09/inheritance1&amp;diff=26775"/>
		<updated>2009-11-13T21:30:58Z</updated>

		<summary type="html">&lt;p&gt;Ptdevore: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Formatting Resources===&lt;br /&gt;
[http://meta.wikimedia.org/wiki/Help:Wikitext_examples Formatting Help Guide from MetaWiki]&lt;br /&gt;
&lt;br /&gt;
Inspired by: [http://www.thiagi.com/pfp/IE4H/march2004.html#StructuredSharing thiagi Training Games: 4 C's]&lt;br /&gt;
&lt;br /&gt;
=Inheritance PassDown=&lt;br /&gt;
&lt;br /&gt;
===The problem===&lt;br /&gt;
&lt;br /&gt;
A review of how Java's feature of inheritance is properly implemented and review the basic features of said property.&lt;br /&gt;
&lt;br /&gt;
===Participants and props===&lt;br /&gt;
&lt;br /&gt;
All students will participate, divided into three teams.  One member of each group will need pencil and paper to write down their group's answers.&lt;br /&gt;
&lt;br /&gt;
===The script===&lt;br /&gt;
&lt;br /&gt;
All three groups will answer the same three questions.  After all the questions have been asked, groups will reconvene and compare their answers.  The group that gets the most correct answers will receive a prize at the end of the game (ranging from candy to extra credit, depending on how benevolent the teacher feels).&lt;br /&gt;
&lt;br /&gt;
====First Question====&lt;br /&gt;
The first question is: &amp;quot;What are the components of inheritance?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
====Second Question====&lt;br /&gt;
The second question is: &amp;quot;What are the characteristics associated with inheritance?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
====Third Question====&lt;br /&gt;
The third question is: &amp;quot;What are the challenges associated with inheritance?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
====Answers====&lt;br /&gt;
&lt;br /&gt;
=====Question One=====&lt;br /&gt;
The superclass, the subclass, the 'extends' Java keyword&lt;br /&gt;
&lt;br /&gt;
=====Question Two=====&lt;br /&gt;
Defines a 'is-a' relationship, used to define a more specific relationship between objects (A checking account is a bank account)&lt;br /&gt;
&lt;br /&gt;
=====Question Three=====&lt;br /&gt;
The ability to apply and make use of inheritance correctly (i.e. With a superclass Animal and subclass Cat: Animal cat = new Animal();. Cat would only have access to the Animal class - it would not be able to call any of the methods in Cat; Animal cat = new Cat(); would be able to, however). Understanding the concept behind inheritance and identifying which situations you would use it in is key to being able to utilize inheritance effectively.  Also, the ability to differentiate between 'is-a' relationships (inheritance) and 'has-a' relationships (interfaces).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Created by: Chris Coffey and Patrick Devore=&lt;/div&gt;</summary>
		<author><name>Ptdevore</name></author>
	</entry>
	<entry>
		<id>https://wiki.expertiza.ncsu.edu/index.php?title=CSC_216_F09/inheritance1&amp;diff=26774</id>
		<title>CSC 216 F09/inheritance1</title>
		<link rel="alternate" type="text/html" href="https://wiki.expertiza.ncsu.edu/index.php?title=CSC_216_F09/inheritance1&amp;diff=26774"/>
		<updated>2009-11-13T20:53:50Z</updated>

		<summary type="html">&lt;p&gt;Ptdevore: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Formatting Resources===&lt;br /&gt;
[http://meta.wikimedia.org/wiki/Help:Wikitext_examples Formatting Help Guide from MetaWiki]&lt;br /&gt;
&lt;br /&gt;
=Inheritance PassDown=&lt;br /&gt;
&lt;br /&gt;
===The problem===&lt;br /&gt;
&lt;br /&gt;
How inheritance is properly implemented in Java.&lt;br /&gt;
Describe what you are attempting to teach students by this exercise.&lt;br /&gt;
&lt;br /&gt;
===Participants and props===&lt;br /&gt;
&lt;br /&gt;
How many students will participate?  What else do you need (e.g., old tennis ball, Powerpoint slides, software).&lt;br /&gt;
&lt;br /&gt;
===The script===&lt;br /&gt;
&lt;br /&gt;
Describe how to do your exercise.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Created by: Chris Coffey and Patrick Devore=&lt;/div&gt;</summary>
		<author><name>Ptdevore</name></author>
	</entry>
	<entry>
		<id>https://wiki.expertiza.ncsu.edu/index.php?title=CSC_216_F09/inheritance1&amp;diff=26773</id>
		<title>CSC 216 F09/inheritance1</title>
		<link rel="alternate" type="text/html" href="https://wiki.expertiza.ncsu.edu/index.php?title=CSC_216_F09/inheritance1&amp;diff=26773"/>
		<updated>2009-11-13T20:50:27Z</updated>

		<summary type="html">&lt;p&gt;Ptdevore: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Formatting Resources===&lt;br /&gt;
[http://meta.wikimedia.org/wiki/Help:Wikitext_examples Formatting Help Guide from MetaWiki]&lt;br /&gt;
&lt;br /&gt;
==Inheritance PassDown==&lt;br /&gt;
&lt;br /&gt;
===The problem===&lt;br /&gt;
&lt;br /&gt;
How inheritance is properly implemented in Java.&lt;br /&gt;
Describe what you are attempting to teach students by this exercise.&lt;br /&gt;
&lt;br /&gt;
===Participants and props===&lt;br /&gt;
&lt;br /&gt;
How many students will participate?  What else do you need (e.g., old tennis ball, Powerpoint slides, software).&lt;br /&gt;
&lt;br /&gt;
===The script===&lt;br /&gt;
&lt;br /&gt;
Describe how to do your exercise.&lt;/div&gt;</summary>
		<author><name>Ptdevore</name></author>
	</entry>
	<entry>
		<id>https://wiki.expertiza.ncsu.edu/index.php?title=CSC_216_F09/inheritance1&amp;diff=26772</id>
		<title>CSC 216 F09/inheritance1</title>
		<link rel="alternate" type="text/html" href="https://wiki.expertiza.ncsu.edu/index.php?title=CSC_216_F09/inheritance1&amp;diff=26772"/>
		<updated>2009-11-13T20:48:19Z</updated>

		<summary type="html">&lt;p&gt;Ptdevore: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Formatting Resources===&lt;br /&gt;
[http://meta.wikimedia.org/wiki/Help:Wikitext_examples Formatting Help Guide from MetaWiki]&lt;br /&gt;
&lt;br /&gt;
==Inheritance PassDown==&lt;br /&gt;
&lt;br /&gt;
===The problem===&lt;br /&gt;
&lt;br /&gt;
Describe what you are attempting to teach students by this exercise.&lt;br /&gt;
&lt;br /&gt;
===Participants and props===&lt;br /&gt;
&lt;br /&gt;
How many students will participate?  What else do you need (e.g., old tennis ball, Powerpoint slides, software).&lt;br /&gt;
&lt;br /&gt;
===The script===&lt;br /&gt;
&lt;br /&gt;
Describe how to do your exercise.&lt;/div&gt;</summary>
		<author><name>Ptdevore</name></author>
	</entry>
	<entry>
		<id>https://wiki.expertiza.ncsu.edu/index.php?title=CSC_216_F09/inheritance1&amp;diff=26771</id>
		<title>CSC 216 F09/inheritance1</title>
		<link rel="alternate" type="text/html" href="https://wiki.expertiza.ncsu.edu/index.php?title=CSC_216_F09/inheritance1&amp;diff=26771"/>
		<updated>2009-11-13T20:43:32Z</updated>

		<summary type="html">&lt;p&gt;Ptdevore: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Formatting Resources===&lt;br /&gt;
[http://meta.wikimedia.org/wiki/Help:Wikitext_examples Formatting Help Guide from MetaWiki]&lt;br /&gt;
&lt;br /&gt;
==Place Title of Exercise Here==&lt;br /&gt;
&lt;br /&gt;
Give the title of your exercise, which may include the name of the topic you are covering, or some other catchy title.&lt;br /&gt;
&lt;br /&gt;
===The problem===&lt;br /&gt;
&lt;br /&gt;
Describe what you are attempting to teach students by this exercise.&lt;br /&gt;
&lt;br /&gt;
===Participants and props===&lt;br /&gt;
&lt;br /&gt;
How many students will participate?  What else do you need (e.g., old tennis ball, Powerpoint slides, software).&lt;br /&gt;
&lt;br /&gt;
===The script===&lt;br /&gt;
&lt;br /&gt;
Describe how to do your exercise.&lt;/div&gt;</summary>
		<author><name>Ptdevore</name></author>
	</entry>
</feed>