<?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"
	>

<channel>
	<title>Technical Interview Questions &#187; Object Oriented Interview Questions</title>
	<atom:link href="http://www.technicalinterview.info/category/object-oriented-interview-questions/feed" rel="self" type="application/rss+xml" />
	<link>http://www.technicalinterview.info</link>
	<description>Java Interview Questions &#124; IT interview questions &#124; Software Testing Interview questions &#124; .Net Interview Questions &#124; Job Interview Questions &#38; Answers &#124; Tough Interview Questions &#124; Technology Interview Questions &#124; Tech Interview Questions &#124; Testing Interview Questions &#124; SAP Interview Questions &#124; ABAP Interview Questions &#124; Data Warehousing Interview Questions</description>
	<pubDate>Tue, 02 Sep 2008 08:33:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Does a class inherit the constructors of its superclass?</title>
		<link>http://www.technicalinterview.info/does-a-class-inherit-the-constructors-of-its-superclass/</link>
		<comments>http://www.technicalinterview.info/does-a-class-inherit-the-constructors-of-its-superclass/#comments</comments>
		<pubDate>Fri, 25 May 2007 03:12:00 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<category><![CDATA[JAVA Interview Questions]]></category>

		<category><![CDATA[Object Oriented Interview Questions]]></category>

		<guid isPermaLink="false">http://www.technicalinterview.info/does-a-class-inherit-the-constructors-of-its-superclass.html</guid>
		<description><![CDATA[A class does not inherit constructors from any of its super classes.
]]></description>
			<content:encoded><![CDATA[<p>A class does not inherit constructors from any of its super classes.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.technicalinterview.info/does-a-class-inherit-the-constructors-of-its-superclass/feed/</wfw:commentRss>
		</item>
		<item>
		<title>If a class is declared without any access modifiers, where may the class be accessed?</title>
		<link>http://www.technicalinterview.info/if-a-class-is-declared-without-any-access-modifiers-where-may-the-class-be-accessed/</link>
		<comments>http://www.technicalinterview.info/if-a-class-is-declared-without-any-access-modifiers-where-may-the-class-be-accessed/#comments</comments>
		<pubDate>Fri, 25 May 2007 03:10:00 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<category><![CDATA[JAVA Interview Questions]]></category>

		<category><![CDATA[Object Oriented Interview Questions]]></category>

		<guid isPermaLink="false">http://www.technicalinterview.info/if-a-class-is-declared-without-any-access-modifiers-where-may-the-class-be-accessed.html</guid>
		<description><![CDATA[A class that is declared without any access modifiers is said to have package access. This means that the class can only be accessed by other classes and interfaces that are defined within the same package.
]]></description>
			<content:encoded><![CDATA[<p>A class that is declared without any access modifiers is said to have package access. This means that the class can only be accessed by other classes and interfaces that are defined within the same package.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.technicalinterview.info/if-a-class-is-declared-without-any-access-modifiers-where-may-the-class-be-accessed/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What is Python and what is scope of Python?</title>
		<link>http://www.technicalinterview.info/what-is-python-and-what-is-scope-of-python/</link>
		<comments>http://www.technicalinterview.info/what-is-python-and-what-is-scope-of-python/#comments</comments>
		<pubDate>Mon, 07 May 2007 03:03:00 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<category><![CDATA[Object Oriented Interview Questions]]></category>

		<guid isPermaLink="false">http://www.technicalinterview.info/what-is-python-and-what-is-scope-of-python.html</guid>
		<description><![CDATA[Python :
Python is an interpreted, interactive, object-oriented programming language. It is often compared to Tcl, P e r l, Scheme or Java.
Python combines remarkable power with very clear syntax. It has modules, classes, exceptions, very high level dynamic data types, and dynamic typing. There are interfaces to many system calls and libraries, as well as [...]]]></description>
			<content:encoded><![CDATA[<p>Python :<br />
Python is an interpreted, interactive, object-oriented programming language. It is often compared to Tcl, P e r l, Scheme or Java.<br />
Python combines remarkable power with very clear syntax. It has modules, classes, exceptions, very high level dynamic data types, and dynamic typing. There are interfaces to many system calls and libraries, as well as [...]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.technicalinterview.info/what-is-python-and-what-is-scope-of-python/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
