<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>High Fibre Programming &#187; abstract</title>
	<atom:link href="http://www.4pmp.com/tag/abstract/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.4pmp.com</link>
	<description>PHP, MySQL, C, Java, Linux and other great after dinner speech topics</description>
	<lastBuildDate>Tue, 17 Jan 2012 09:10:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title>What is an abstract class?</title>
		<link>http://www.4pmp.com/2009/08/what-is-an-abstract-class/</link>
		<comments>http://www.4pmp.com/2009/08/what-is-an-abstract-class/#comments</comments>
		<pubDate>Sun, 02 Aug 2009 18:48:43 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Object oriented programming]]></category>
		<category><![CDATA[abstract]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[inheritance]]></category>
		<category><![CDATA[oop]]></category>

		<guid isPermaLink="false">http://blog.4pmp.com/?p=15</guid>
		<description><![CDATA[A Python programmer recently asked me what an abstract class is, given the other explanations I found seemed to imply that you already really knew what one was &#8211; I decided to come up with my own: An abstract class is a class that you cannot instantiate, they implement some base methods and guarantee that [...]]]></description>
			<content:encoded><![CDATA[<p>A Python programmer recently asked me what an abstract class is, given the other explanations I found seemed to imply that you already really knew what one was &#8211; I decided to come up with my own:</p>
<p>An abstract class is a class that you cannot instantiate, they implement some base methods and guarantee that child classes will implement others.</p>
<p>In  the animal world, a Mammal would be an abstract class &#8211; it defines that  all Mammals have fur, teeth and give live birth &#8211; the specifics of which vary from species to species.   You can&#8217;t create a  Mammal, but you can create a Dog which extends the Mammal &#8211; has teeth,  fur and the specific dog class can describe exactly how the live birth  proceeds.</p>
<p>The Mammal class might also extend the Vertebrate class which defines  things like bones, central nervous system and so on.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.4pmp.com/2009/08/what-is-an-abstract-class/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

