<?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>Btechadda.com &#187; Tutorials</title>
	<atom:link href="http://www.btechadda.com/post/category/tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.btechadda.com</link>
	<description>The purpose of learning is to share.</description>
	<lastBuildDate>Wed, 08 Dec 2010 04:53:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>OOPS/JAVA downloads</title>
		<link>http://www.btechadda.com/post/oopsjava-downloads/</link>
		<comments>http://www.btechadda.com/post/oopsjava-downloads/#comments</comments>
		<pubDate>Sat, 08 May 2010 03:45:42 +0000</pubDate>
		<dc:creator>Shivu</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.btechadda.com/?p=1316</guid>
		<description><![CDATA[JAVA Downloads Unit 1 http://www.ziddu.com/download/9164946/OOPS-UNIT-2-byHkesavaraju4btechadda.pdf.html Unit-2 http://www.ziddu.com/download/9164946/OOPS-UNIT-2-byHkesavaraju4btechadda.pdf.html Unit 3 http://www.ziddu.com/download/9258306/OOPS-UNIT-3-byHkesavaraju4btechadda.com.pdf.html Unit-5 http://www.ziddu.com/download/9258397/OOPS-UNIT-5-byHkesavaraju4btechadda.com.pdf.html Unit 8 http://www.ziddu.com/download/9772855/javaunit8byhkesavarajuforbtechadda.pdf.html]]></description>
		<wfw:commentRss>http://www.btechadda.com/post/oopsjava-downloads/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OOPS/JAVA:Basics of Networking Programming</title>
		<link>http://www.btechadda.com/post/oopsjavabasics-of-networking-programming/</link>
		<comments>http://www.btechadda.com/post/oopsjavabasics-of-networking-programming/#comments</comments>
		<pubDate>Fri, 07 May 2010 04:41:49 +0000</pubDate>
		<dc:creator>hkesavaraju</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.btechadda.com/posts/oopsjavabasics-of-networking-programming/</guid>
		<description><![CDATA[Basics of Network Programming: The basics of networking fall into the following categories. a) Overview of Socket: A network Socket is almost like an electrical socket. The various plugs around the network have a standard way of delivering their payloads. Anything which understands the standard protocol can plug in to the socket and communicate. There [...]]]></description>
		<wfw:commentRss>http://www.btechadda.com/post/oopsjavabasics-of-networking-programming/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OOPS/JAVA UNIT 3 Uses of super keyword</title>
		<link>http://www.btechadda.com/post/oopsjava-unit-3-uses-of-super-keyword/</link>
		<comments>http://www.btechadda.com/post/oopsjava-unit-3-uses-of-super-keyword/#comments</comments>
		<pubDate>Fri, 02 Apr 2010 13:53:57 +0000</pubDate>
		<dc:creator>hkesavaraju</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.btechadda.com/?p=1280</guid>
		<description><![CDATA[3.7 Uses of super keyword: &#160;(i) To avoid sub class constructor to explicitly initialize the super class instance variables and also to avoid duplicate code in its super class. (ii) There will be times to create super class that keeps the details of its implementation to itself. In that case, the sub class is not [...]]]></description>
		<wfw:commentRss>http://www.btechadda.com/post/oopsjava-unit-3-uses-of-super-keyword/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OOPS/JAVA UNIT 3 Super class reference can refer to sub class object</title>
		<link>http://www.btechadda.com/post/oopsjava-unit-3-super-class-reference-can-refer-to-sub-class-object/</link>
		<comments>http://www.btechadda.com/post/oopsjava-unit-3-super-class-reference-can-refer-to-sub-class-object/#comments</comments>
		<pubDate>Fri, 02 Apr 2010 13:39:57 +0000</pubDate>
		<dc:creator>hkesavaraju</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.btechadda.com/?p=1279</guid>
		<description><![CDATA[Super class reference can refer to sub class object: observe the following program. class Box { double w,h,d; Box(Box ob);// object is passed to constructor { w=ob.w; h=ob.h; d=ob.d; } Box( double w1,double h1,double d1) { w=w1; h=h1; d=d1; } Box() { w=-1; h=-1; d=-1; } Box(Double len) { w=h=d=len; } double volume() { return [...]]]></description>
		<wfw:commentRss>http://www.btechadda.com/post/oopsjava-unit-3-super-class-reference-can-refer-to-sub-class-object/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OOPS/JAVA UNIT 3 Costs of Inheritance</title>
		<link>http://www.btechadda.com/post/oopsjava-unit-3-costs-of-inheritance/</link>
		<comments>http://www.btechadda.com/post/oopsjava-unit-3-costs-of-inheritance/#comments</comments>
		<pubDate>Fri, 02 Apr 2010 13:32:39 +0000</pubDate>
		<dc:creator>hkesavaraju</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.btechadda.com/?p=1277</guid>
		<description><![CDATA[Costs of Inheritance: Although benefits of inheritance are great, nothing is done without cost of any sort of inheritance. The following are considered as costs of inheritance: 1) Execution Speed: It is possible for general purpose software tools as fast as handcrafted systems. Thus, inherited methods which deal with arbitrary subclasses are slower than specialized [...]]]></description>
		<wfw:commentRss>http://www.btechadda.com/post/oopsjava-unit-3-costs-of-inheritance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OOPS/JAVA UNIT 3:Benefits of Inheritance</title>
		<link>http://www.btechadda.com/post/oopsjava-unit-3benefits-of-inheritance/</link>
		<comments>http://www.btechadda.com/post/oopsjava-unit-3benefits-of-inheritance/#comments</comments>
		<pubDate>Fri, 02 Apr 2010 13:19:50 +0000</pubDate>
		<dc:creator>hkesavaraju</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.btechadda.com/?p=1275</guid>
		<description><![CDATA[Benefits of Inheritance: The following are the benefits of inheritance: 1) Software Reusability: When behavior is inherited from another class, the code that provides that behavior doesn’t have to be rewritten. This may seem like many programmers needn’t spend much of their time in rewriting the code many times. With object oriented programming, these functions [...]]]></description>
		<wfw:commentRss>http://www.btechadda.com/post/oopsjava-unit-3benefits-of-inheritance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OOPS/JAVA UNIT 3 Inheritance for Combination</title>
		<link>http://www.btechadda.com/post/oopsjava-unit-3-inheritance-for-combination/</link>
		<comments>http://www.btechadda.com/post/oopsjava-unit-3-inheritance-for-combination/#comments</comments>
		<pubDate>Fri, 02 Apr 2010 13:13:54 +0000</pubDate>
		<dc:creator>hkesavaraju</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.btechadda.com/?p=1274</guid>
		<description><![CDATA[Inheritance for Combination: This form constructs a new abstraction by combining features of two or more abstractions. An example is a teaching assistant may have characteristics of both a teacher and logically behave like a student. The ability of a class to inherit from two or more parent classes is known as multiple inheritance. Although [...]]]></description>
		<wfw:commentRss>http://www.btechadda.com/post/oopsjava-unit-3-inheritance-for-combination/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OOPS/JAVA UNIT3 Inheritance for construction</title>
		<link>http://www.btechadda.com/post/oopsjava-unit3-inheritance-for-construction/</link>
		<comments>http://www.btechadda.com/post/oopsjava-unit3-inheritance-for-construction/#comments</comments>
		<pubDate>Fri, 02 Apr 2010 12:52:23 +0000</pubDate>
		<dc:creator>hkesavaraju</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.btechadda.com/?p=1271</guid>
		<description><![CDATA[Inheritance for construction: A class often inherits almost all of its desired functionality from parent class either by changing only method names used to interface to the class or modifying the arguments. This may be true even if new and parent classes fail to share any relationship as abstract concepts. (i)&#160;&#160; An example for this [...]]]></description>
		<wfw:commentRss>http://www.btechadda.com/post/oopsjava-unit3-inheritance-for-construction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OOPS JAVA UNIT-3 Inheritance for Specialization</title>
		<link>http://www.btechadda.com/post/oops-java-unit-3-inheritance-for-specialization/</link>
		<comments>http://www.btechadda.com/post/oops-java-unit-3-inheritance-for-specialization/#comments</comments>
		<pubDate>Fri, 02 Apr 2010 08:18:56 +0000</pubDate>
		<dc:creator>hkesavaraju</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.btechadda.com/?p=1270</guid>
		<description><![CDATA[Inheritance for Specialization: It is most common use of forms of inheritance. The new is a specialized variety of parent class and it satisfies all the properties of parent class. Thus, this from always creates sub classes as sub type and principle of substitutability is upheld. It is most ideal form of inheritance and it [...]]]></description>
		<wfw:commentRss>http://www.btechadda.com/post/oops-java-unit-3-inheritance-for-specialization/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OOPS/JAVA UNIT 3 Forms of Inheritance</title>
		<link>http://www.btechadda.com/post/oopsjava-unit-3-forms-of-inheritance/</link>
		<comments>http://www.btechadda.com/post/oopsjava-unit-3-forms-of-inheritance/#comments</comments>
		<pubDate>Fri, 02 Apr 2010 08:18:03 +0000</pubDate>
		<dc:creator>hkesavaraju</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.btechadda.com/?p=1269</guid>
		<description><![CDATA[Forms of Inheritance: In programming languages, inheritance means that the behavior and data associated with child classes are always an extension of the properties associated with parent classes. That means child class given all the properties of parent class and in addition defines new properties. On the other hand, child class is a more specialized [...]]]></description>
		<wfw:commentRss>http://www.btechadda.com/post/oopsjava-unit-3-forms-of-inheritance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

