<?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>OOPS Archives - onlinetutorialspoint</title>
	<atom:link href="https://onlinetutorialspoint.com/category/java/oops/feed/" rel="self" type="application/rss+xml" />
	<link>https://onlinetutorialspoint.com/category/java/oops/</link>
	<description>OnlineTutorialsPoint</description>
	<lastBuildDate>Sun, 29 Nov 2020 14:07:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>

<image>
	<url>https://onlinetutorialspoint.com/wp-content/uploads/2016/01/cropped-apple-icon-152x152-32x32.png</url>
	<title>OOPS Archives - onlinetutorialspoint</title>
	<link>https://onlinetutorialspoint.com/category/java/oops/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>OOPS &#8211; Java Access Modifiers</title>
		<link>https://onlinetutorialspoint.com/java/oops/java-access-modifiers/</link>
					<comments>https://onlinetutorialspoint.com/java/oops/java-access-modifiers/#respond</comments>
		
		<dc:creator><![CDATA[chandrashekhar]]></dc:creator>
		<pubDate>Mon, 23 Nov 2020 05:34:36 +0000</pubDate>
				<category><![CDATA[OOPS]]></category>
		<category><![CDATA[java access modifiers]]></category>
		<guid isPermaLink="false">http://nhk.e6a.mytemp.website/?p=411</guid>

					<description><![CDATA[<p>Java access modifiers determine whether a particular class can access the data members/methods or not. The access modifiers specify the scope of a class, variable or a method. Types of Modifiers in Java: In Java, there are 4 types of access modifiers namely: Public Default Private Protected Public Access Modifier When we declare a class</p>
<p>The post <a href="https://onlinetutorialspoint.com/java/oops/java-access-modifiers/">OOPS &#8211; Java Access Modifiers</a> appeared first on <a href="https://onlinetutorialspoint.com">onlinetutorialspoint</a>.</p>
]]></description>
		
					<wfw:commentRss>https://onlinetutorialspoint.com/java/oops/java-access-modifiers/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Java &#8211; Types of Polymorphism and Advantages</title>
		<link>https://onlinetutorialspoint.com/java/oops/types-of-polymorphism-and-advantages/</link>
					<comments>https://onlinetutorialspoint.com/java/oops/types-of-polymorphism-and-advantages/#comments</comments>
		
		<dc:creator><![CDATA[chandrashekhar]]></dc:creator>
		<pubDate>Sun, 22 Nov 2020 07:50:59 +0000</pubDate>
				<category><![CDATA[OOPS]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[Polymorphism]]></category>
		<guid isPermaLink="false">https://www.onlinetutorialspoint.com/?p=828</guid>

					<description><![CDATA[<p>In this tutorial, we are going to understand the concept of polymorphism in Java and different types of it. What is Polymorphism? Polymorphism is a significant feature of Object Oriented Principles. The word polymorphism came from two Greek words 'poly' and 'morphs'. Here poly means many and morphs means forms. Polymorphism represents the ability of</p>
<p>The post <a href="https://onlinetutorialspoint.com/java/oops/types-of-polymorphism-and-advantages/">Java &#8211; Types of Polymorphism and Advantages</a> appeared first on <a href="https://onlinetutorialspoint.com">onlinetutorialspoint</a>.</p>
]]></description>
		
					<wfw:commentRss>https://onlinetutorialspoint.com/java/oops/types-of-polymorphism-and-advantages/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>User defined Exceptions in Python</title>
		<link>https://onlinetutorialspoint.com/python/user-defined-exceptions-in-python/</link>
					<comments>https://onlinetutorialspoint.com/python/user-defined-exceptions-in-python/#respond</comments>
		
		<dc:creator><![CDATA[Kunal Gupta]]></dc:creator>
		<pubDate>Fri, 20 Nov 2020 04:53:13 +0000</pubDate>
				<category><![CDATA[OOPS]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[except]]></category>
		<category><![CDATA[exception]]></category>
		<category><![CDATA[exceptions]]></category>
		<category><![CDATA[try]]></category>
		<category><![CDATA[user defined]]></category>
		<guid isPermaLink="false">https://www.onlinetutorialspoint.com/?p=9693</guid>

					<description><![CDATA[<p>In this tutorial, we will learn how we can create our own customized and user-defined exceptions in Python. 1. What are exceptions and how to handle them? To know more about exceptions in Python and how we can handle them using several keywords like try, except, else, finally and raise, go through this tutorial. Now</p>
<p>The post <a href="https://onlinetutorialspoint.com/python/user-defined-exceptions-in-python/">User defined Exceptions in Python</a> appeared first on <a href="https://onlinetutorialspoint.com">onlinetutorialspoint</a>.</p>
]]></description>
		
					<wfw:commentRss>https://onlinetutorialspoint.com/python/user-defined-exceptions-in-python/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Oops Concepts In Java</title>
		<link>https://onlinetutorialspoint.com/java/oops-concepts-in-java/</link>
					<comments>https://onlinetutorialspoint.com/java/oops-concepts-in-java/#comments</comments>
		
		<dc:creator><![CDATA[chandrashekhar]]></dc:creator>
		<pubDate>Tue, 20 Oct 2020 11:09:17 +0000</pubDate>
				<category><![CDATA[java]]></category>
		<category><![CDATA[OOPS]]></category>
		<guid isPermaLink="false">https://www.onlinetutorialspoint.com/?p=613</guid>

					<description><![CDATA[<p>OOPS Concepts Object-Oriented Programming is the model or methodology used for designing the program using its objects or classes. Generally, the object is the real word things like chair, pen, table or any other. OOPS, concepts generally simplify the development of software and maintain the concepts in it. A pure object-oriented programming language is any</p>
<p>The post <a href="https://onlinetutorialspoint.com/java/oops-concepts-in-java/">Oops Concepts In Java</a> appeared first on <a href="https://onlinetutorialspoint.com">onlinetutorialspoint</a>.</p>
]]></description>
		
					<wfw:commentRss>https://onlinetutorialspoint.com/java/oops-concepts-in-java/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title>Types Of Inheritance in Java</title>
		<link>https://onlinetutorialspoint.com/java/oops/types-of-inheritance-in-java/</link>
					<comments>https://onlinetutorialspoint.com/java/oops/types-of-inheritance-in-java/#comments</comments>
		
		<dc:creator><![CDATA[chandrashekhar]]></dc:creator>
		<pubDate>Sat, 23 May 2015 16:16:47 +0000</pubDate>
				<category><![CDATA[OOPS]]></category>
		<category><![CDATA[Inheritance]]></category>
		<category><![CDATA[java]]></category>
		<guid isPermaLink="false">https://www.onlinetutorialspoint.com/?p=627</guid>

					<description><![CDATA[<p>Inheritance in Java : Inheritance is a key feature of Object-Oriented Programming. It is the method of deriving a new class from an existing class. Here the main advantage of deriving a class from the existing class is: The derived class acquires all the features of its existing base class. Hence, inheritance makes a relationship</p>
<p>The post <a href="https://onlinetutorialspoint.com/java/oops/types-of-inheritance-in-java/">Types Of Inheritance in Java</a> appeared first on <a href="https://onlinetutorialspoint.com">onlinetutorialspoint</a>.</p>
]]></description>
		
					<wfw:commentRss>https://onlinetutorialspoint.com/java/oops/types-of-inheritance-in-java/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>Difference between Aggregation and Composition</title>
		<link>https://onlinetutorialspoint.com/java/oops/difference-between-the-aggregation-and-composition/</link>
					<comments>https://onlinetutorialspoint.com/java/oops/difference-between-the-aggregation-and-composition/#respond</comments>
		
		<dc:creator><![CDATA[chandrashekhar]]></dc:creator>
		<pubDate>Tue, 07 Apr 2015 18:35:02 +0000</pubDate>
				<category><![CDATA[OOPS]]></category>
		<guid isPermaLink="false">http://nhk.e6a.mytemp.website/?p=90</guid>

					<description><![CDATA[<p>Aggregation: Aggregation is one of the special case of Association. The directional association present in between the objects can also be determined. When a single object ‘has-a’ another object and you will get the aggregation. The directions between the object will be specified with the object containing other object. Aggregation can also be called as</p>
<p>The post <a href="https://onlinetutorialspoint.com/java/oops/difference-between-the-aggregation-and-composition/">Difference between Aggregation and Composition</a> appeared first on <a href="https://onlinetutorialspoint.com">onlinetutorialspoint</a>.</p>
]]></description>
		
					<wfw:commentRss>https://onlinetutorialspoint.com/java/oops/difference-between-the-aggregation-and-composition/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>What is Aggregation in Java</title>
		<link>https://onlinetutorialspoint.com/java/oops/what-is-aggregation-in-java/</link>
					<comments>https://onlinetutorialspoint.com/java/oops/what-is-aggregation-in-java/#respond</comments>
		
		<dc:creator><![CDATA[chandrashekhar]]></dc:creator>
		<pubDate>Tue, 07 Apr 2015 16:29:05 +0000</pubDate>
				<category><![CDATA[OOPS]]></category>
		<guid isPermaLink="false">http://nhk.e6a.mytemp.website/?p=81</guid>

					<description><![CDATA[<p>Aggregation: Aggregation in Java is one of the special case of Association. The directional association present in between the objects can also be determined. When a single object ‘has-a’ another object and you will get the aggregation. The directions between the object will be specified with the object containing other object. Aggregation can also be</p>
<p>The post <a href="https://onlinetutorialspoint.com/java/oops/what-is-aggregation-in-java/">What is Aggregation in Java</a> appeared first on <a href="https://onlinetutorialspoint.com">onlinetutorialspoint</a>.</p>
]]></description>
		
					<wfw:commentRss>https://onlinetutorialspoint.com/java/oops/what-is-aggregation-in-java/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>What is Association in Java</title>
		<link>https://onlinetutorialspoint.com/java/oops/what-is-association-in-java/</link>
					<comments>https://onlinetutorialspoint.com/java/oops/what-is-association-in-java/#comments</comments>
		
		<dc:creator><![CDATA[chandrashekhar]]></dc:creator>
		<pubDate>Tue, 07 Apr 2015 15:48:52 +0000</pubDate>
				<category><![CDATA[OOPS]]></category>
		<guid isPermaLink="false">http://nhk.e6a.mytemp.website/?p=75</guid>

					<description><![CDATA[<p>An object is a real-world entity like a pen, table, book and many more. Here an Object-Oriented Programming is a paradigm or methodology for designing the applications using the objects and classes. OOPS simplifies all the software developments using the OOPs Principles. In this tutorials, we are going to understand what is an association and</p>
<p>The post <a href="https://onlinetutorialspoint.com/java/oops/what-is-association-in-java/">What is Association in Java</a> appeared first on <a href="https://onlinetutorialspoint.com">onlinetutorialspoint</a>.</p>
]]></description>
		
					<wfw:commentRss>https://onlinetutorialspoint.com/java/oops/what-is-association-in-java/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
