<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: What is an abstract class?</title>
	<atom:link href="http://javapapers.com/core-java/abstract-and-interface-core-java-2/what-is-an-abstract-class/feed/" rel="self" type="application/rss+xml" />
	<link>http://javapapers.com/core-java/abstract-and-interface-core-java-2/what-is-an-abstract-class/</link>
	<description>BLOG on core java, servlets, JSP, design patterns interview questions with quality answers, source code and discussions.</description>
	<lastBuildDate>Tue, 07 Sep 2010 14:43:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Anonymous</title>
		<link>http://javapapers.com/core-java/abstract-and-interface-core-java-2/what-is-an-abstract-class/comment-page-1/#comment-1671</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 06 Jul 2010 10:03:52 +0000</pubDate>
		<guid isPermaLink="false">http://javapapers.com/core-java-interview-questions/abstract-and-interface-core-java-interview-questions/what-is-an-abstract-class/#comment-1671</guid>
		<description>1.  A class containing atleast one abstract method is called an abstract class.

2. A class may be declared abstract even if it has no abstract methods.

?????...</description>
		<content:encoded><![CDATA[<p>1.  A class containing atleast one abstract method is called an abstract class.</p>
<p>2. A class may be declared abstract even if it has no abstract methods.</p>
<p>?????&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: UnKnown</title>
		<link>http://javapapers.com/core-java/abstract-and-interface-core-java-2/what-is-an-abstract-class/comment-page-1/#comment-1610</link>
		<dc:creator>UnKnown</dc:creator>
		<pubDate>Wed, 30 Jun 2010 23:36:59 +0000</pubDate>
		<guid isPermaLink="false">http://javapapers.com/core-java-interview-questions/abstract-and-interface-core-java-interview-questions/what-is-an-abstract-class/#comment-1610</guid>
		<description>The abstract class may or may not have the abstract method. But if you have any abstract method then the class should be Abstract.</description>
		<content:encoded><![CDATA[<p>The abstract class may or may not have the abstract method. But if you have any abstract method then the class should be Abstract.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prasanth</title>
		<link>http://javapapers.com/core-java/abstract-and-interface-core-java-2/what-is-an-abstract-class/comment-page-1/#comment-1350</link>
		<dc:creator>Prasanth</dc:creator>
		<pubDate>Thu, 20 May 2010 10:35:20 +0000</pubDate>
		<guid isPermaLink="false">http://javapapers.com/core-java-interview-questions/abstract-and-interface-core-java-interview-questions/what-is-an-abstract-class/#comment-1350</guid>
		<description>This site is very good and simple. I do have a question here. The first line says - &quot;A class containing atleast one abstract method is called an abstract class&quot; - 

Isn&#039;t it incorrect?

However in the last line you have mentioned clearly that abstract class may not have an abstract method.

regards,
prasanth</description>
		<content:encoded><![CDATA[<p>This site is very good and simple. I do have a question here. The first line says &#8211; &#8220;A class containing atleast one abstract method is called an abstract class&#8221; &#8211; </p>
<p>Isn&#8217;t it incorrect?</p>
<p>However in the last line you have mentioned clearly that abstract class may not have an abstract method.</p>
<p>regards,<br />
prasanth</p>
]]></content:encoded>
	</item>
</channel>
</rss>
