<?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>polymorphism in oops - Wikitechy</title>
	<atom:link href="https://www.wikitechy.com/interview-questions/tag/polymorphism-in-oops/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.wikitechy.com/interview-questions/tag/polymorphism-in-oops/</link>
	<description>Interview Questions</description>
	<lastBuildDate>Thu, 18 Aug 2022 07:54:16 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>

<image>
	<url>https://www.wikitechy.com/interview-questions/wp-content/uploads/2025/10/cropped-wikitechy-icon-32x32.png</url>
	<title>polymorphism in oops - Wikitechy</title>
	<link>https://www.wikitechy.com/interview-questions/tag/polymorphism-in-oops/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>The operator when overloaded in a class ?</title>
		<link>https://www.wikitechy.com/interview-questions/cpp/the-operator-when-overloaded-in-a-class/</link>
					<comments>https://www.wikitechy.com/interview-questions/cpp/the-operator-when-overloaded-in-a-class/#respond</comments>
		
		<dc:creator><![CDATA[Editor]]></dc:creator>
		<pubDate>Mon, 12 Jul 2021 23:03:08 +0000</pubDate>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[Accenture interview questions and answers]]></category>
		<category><![CDATA[Applied Materials interview questions and answers]]></category>
		<category><![CDATA[Atos interview questions and answers]]></category>
		<category><![CDATA[BMC Software interview questions and answers]]></category>
		<category><![CDATA[Bosch India Software interview questions and answers]]></category>
		<category><![CDATA[CASTING NETWORKS INDIA PVT LIMITED interview questions and answers]]></category>
		<category><![CDATA[Chetu interview questions and answers]]></category>
		<category><![CDATA[Ciena Corporation interview questions and answers]]></category>
		<category><![CDATA[compile time polymorphism in c++]]></category>
		<category><![CDATA[Dell International Services India Pvt Ltd interview questions and answers]]></category>
		<category><![CDATA[eInfochips interview questions and answers]]></category>
		<category><![CDATA[Electronics Arts Inc interview questions and answers]]></category>
		<category><![CDATA[Flipkart interview questions and answers]]></category>
		<category><![CDATA[Harman International interview questions and answers]]></category>
		<category><![CDATA[Indecomm Global Services interview questions and answers]]></category>
		<category><![CDATA[Larsen & Toubro interview questions and answers]]></category>
		<category><![CDATA[Mathworks India Private Limited interview questions and answers]]></category>
		<category><![CDATA[Mavenir interview questions and answers]]></category>
		<category><![CDATA[Mphasis interview questions and answers]]></category>
		<category><![CDATA[NetApp interview questions and answers]]></category>
		<category><![CDATA[oops concepts]]></category>
		<category><![CDATA[Oracle Corporation interview questions and answers]]></category>
		<category><![CDATA[PeopleStrong interview questions and answers]]></category>
		<category><![CDATA[Philips Software Centre Pvt Ltd interview questions and answers]]></category>
		<category><![CDATA[polymorphism c++]]></category>
		<category><![CDATA[polymorphism c++ shapes]]></category>
		<category><![CDATA[polymorphism example]]></category>
		<category><![CDATA[polymorphism in c++]]></category>
		<category><![CDATA[polymorphism in c++ with example program]]></category>
		<category><![CDATA[polymorphism in oops]]></category>
		<category><![CDATA[polymorphism in oops with example in c++]]></category>
		<category><![CDATA[polymorphism programming]]></category>
		<category><![CDATA[polymorphism types]]></category>
		<category><![CDATA[polymorphism vs inheritance]]></category>
		<category><![CDATA[runtime polymorphism]]></category>
		<category><![CDATA[runtime polymorphism in c++]]></category>
		<category><![CDATA[Sapient Technical and HR Interview Questions]]></category>
		<category><![CDATA[SRM Technologies interview questions and answers]]></category>
		<category><![CDATA[Symphony Teleca interview questions and answers]]></category>
		<category><![CDATA[Tech Mahindra interview questions and answers]]></category>
		<category><![CDATA[Tecnotree interview questions and answers]]></category>
		<category><![CDATA[types of polymorphism]]></category>
		<category><![CDATA[types of polymorphism in c++]]></category>
		<category><![CDATA[types of polymorphism in oops]]></category>
		<category><![CDATA[Wipro Infotech interview questions and answers]]></category>
		<category><![CDATA[Wipro interview questions and answers]]></category>
		<category><![CDATA[Yash Technologies interview questions and answers]]></category>
		<guid isPermaLink="false">https://www.wikitechy.com/interview-questions/?p=392</guid>

					<description><![CDATA[Answer : B. Ad-hoc polymorphism]]></description>
										<content:encoded><![CDATA[<div class="TextHeading">
<div class="hddn">
<h3 id="the-operator-when-overloaded-in-a-class" class="color-pink" style="text-align: justify;">The operator when overloaded in a class ?</h3>
<div class="row" style="text-align: justify;">
<div class="col-sm-6">
<p>A. Virtual polymorphism</p>
</div>
<div class="col-sm-6">
<p>B. Ad-hoc polymorphism</p>
</div>
<div class="col-sm-6">
<p>C. Transient polymorphism</p>
</div>
<div class="col-sm-6">
<p>D. Pseudo polymorphism</p>
</div>
</div>
<h3 id="answer-b-ad-hoc-polymorphism" style="text-align: justify;"><b>Answer : </b>B. Ad-hoc polymorphism</h3>
</div>
</div>
<div class="subheading" style="text-align: justify;">
<h2 id="explanation">Explanation</h2>
</div>
<div class="Content" style="text-align: justify;">
<div class="hddn">
<ul>
<li>Polymorphism means having many forms that in a single entity can takes more than one form.</li>
</ul>
</div>
</div>
<div class="ImageContent" style="text-align: justify;">
<div><img fetchpriority="high" decoding="async" class="aligncenter size-medium" src="https://cdn.wikitechy.com/interview-questions/c++/polymorphism-in-cpp.jpg" alt="polymorphism in cpp" width="650" height="360" /></div>
<div class="hddn">The polymorphism classes are given below:</div>
</div>
<div class="Content">
<div class="hddn">
<ul>
<li>
<ul>
<li style="text-align: justify;">Subtype polymorphism is also known as <b>runtime polymorphism</b></li>
<li style="text-align: justify;">Parametric polymorphism is also known as <b>compile-time polymorphism</b></li>
<li style="text-align: justify;">Ad-hoc polymorphism is also known as <b>overloading</b></li>
<li style="text-align: justify;">Coercion is also known as (implicit or explicit) <b>casting</b></li>
</ul>
</li>
</ul>
</div>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://www.wikitechy.com/interview-questions/cpp/the-operator-when-overloaded-in-a-class/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>What are the OOPS concepts ?</title>
		<link>https://www.wikitechy.com/interview-questions/cpp/what-are-the-oops-concepts/</link>
					<comments>https://www.wikitechy.com/interview-questions/cpp/what-are-the-oops-concepts/#respond</comments>
		
		<dc:creator><![CDATA[Editor]]></dc:creator>
		<pubDate>Mon, 12 Jul 2021 21:44:25 +0000</pubDate>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[Accenture interview questions and answers]]></category>
		<category><![CDATA[Applied Materials interview questions and answers]]></category>
		<category><![CDATA[Atos interview questions and answers]]></category>
		<category><![CDATA[Basic Concepts of Object Oriented Programming using C++]]></category>
		<category><![CDATA[basic concepts of oops]]></category>
		<category><![CDATA[BMC Software interview questions and answers]]></category>
		<category><![CDATA[Bosch India Software interview questions and answers]]></category>
		<category><![CDATA[c oops]]></category>
		<category><![CDATA[CASTING NETWORKS INDIA PVT LIMITED interview questions and answers]]></category>
		<category><![CDATA[Chetu interview questions and answers]]></category>
		<category><![CDATA[Ciena Corporation interview questions and answers]]></category>
		<category><![CDATA[core java concepts]]></category>
		<category><![CDATA[Dell International Services India Pvt Ltd interview questions and answers]]></category>
		<category><![CDATA[eInfochips interview questions and answers]]></category>
		<category><![CDATA[Electronics Arts Inc interview questions and answers]]></category>
		<category><![CDATA[features of oops]]></category>
		<category><![CDATA[Flipkart interview questions and answers]]></category>
		<category><![CDATA[Harman International interview questions and answers]]></category>
		<category><![CDATA[Indecomm Global Services interview questions and answers]]></category>
		<category><![CDATA[Introduction to Object Oriented Programming Concepts in C#]]></category>
		<category><![CDATA[Java OOPs Concepts]]></category>
		<category><![CDATA[Larsen & Toubro interview questions and answers]]></category>
		<category><![CDATA[Mathworks India Private Limited interview questions and answers]]></category>
		<category><![CDATA[Mavenir interview questions and answers]]></category>
		<category><![CDATA[Mphasis interview questions and answers]]></category>
		<category><![CDATA[NetApp interview questions and answers]]></category>
		<category><![CDATA[object oriented concepts]]></category>
		<category><![CDATA[object oriented language]]></category>
		<category><![CDATA[object oriented programming c++]]></category>
		<category><![CDATA[object oriented programming concepts]]></category>
		<category><![CDATA[Object Oriented programming Concepts in C++]]></category>
		<category><![CDATA[object oriented programming in c]]></category>
		<category><![CDATA[Object Oriented Programming in Java]]></category>
		<category><![CDATA[object oriented programming java]]></category>
		<category><![CDATA[object oriented programming languages]]></category>
		<category><![CDATA[oop concepts with examples]]></category>
		<category><![CDATA[oop in c]]></category>
		<category><![CDATA[oop principles]]></category>
		<category><![CDATA[oop programming]]></category>
		<category><![CDATA[oops abstraction]]></category>
		<category><![CDATA[oops class c++]]></category>
		<category><![CDATA[oops concepts c#]]></category>
		<category><![CDATA[oops concepts in c++]]></category>
		<category><![CDATA[oops concepts in c++ with real time examples]]></category>
		<category><![CDATA[oops concepts in java]]></category>
		<category><![CDATA[OOPS Concepts in Java - OOPS Concepts Example]]></category>
		<category><![CDATA[OOPS Concepts in Java with Examples]]></category>
		<category><![CDATA[oops concepts in java with realtime examples]]></category>
		<category><![CDATA[oops concepts in php]]></category>
		<category><![CDATA[oops concepts tutorialspoint]]></category>
		<category><![CDATA[oops concepts with examples]]></category>
		<category><![CDATA[oops concepts with examplesoop concepts in java]]></category>
		<category><![CDATA[Oracle Corporation interview questions and answers]]></category>
		<category><![CDATA[PeopleStrong interview questions and answers]]></category>
		<category><![CDATA[Philips Software Centre Pvt Ltd interview questions and answers]]></category>
		<category><![CDATA[plintron interview questions and answers]]></category>
		<category><![CDATA[polaris financial technology interview questions and answers]]></category>
		<category><![CDATA[polymorphism in oops]]></category>
		<category><![CDATA[SRM Technologies interview questions and answers]]></category>
		<category><![CDATA[Symphony Teleca interview questions and answers]]></category>
		<category><![CDATA[Tech Mahindra interview questions and answers]]></category>
		<category><![CDATA[Tecnotree interview questions and answers]]></category>
		<category><![CDATA[What Are OOP Concepts in Java]]></category>
		<category><![CDATA[Wipro Infotech interview questions and answers]]></category>
		<category><![CDATA[Wipro interview questions and answers]]></category>
		<category><![CDATA[Yash Technologies interview questions and answers]]></category>
		<category><![CDATA[ysoft solutions interview question and answers]]></category>
		<guid isPermaLink="false">https://www.wikitechy.com/interview-questions/?p=347</guid>

					<description><![CDATA[Answer : An object is an abstraction...
]]></description>
										<content:encoded><![CDATA[<div class="TextHeading">
<div class="hddn">
<h2 id="what-are-the-oops-concepts" class="color-pink" style="text-align: justify;">What are the OOPS concepts ?</h2>
</div>
</div>
<div class="subheading" style="text-align: justify;">
<p>The OOPs Concepts are,</p>
<ul>
<li>Objects</li>
<li>Classes</li>
<li>Abstraction</li>
<li>Encaptulation</li>
<li>Inheritance</li>
<li>Polymorphism</li>
<li>Dynamic binding</li>
<li>Messege passing</li>
</ul>
<p><img decoding="async" class="alignnone size-full wp-image-4757 aligncenter" src="https://www.wikitechy.com/interview-questions/wp-content/uploads/2021/07/oops-concept-c.png" alt="" width="1389" height="990" srcset="https://www.wikitechy.com/interview-questions/wp-content/uploads/2021/07/oops-concept-c.png 1389w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2021/07/oops-concept-c-300x214.png 300w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2021/07/oops-concept-c-1024x730.png 1024w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2021/07/oops-concept-c-768x547.png 768w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2021/07/oops-concept-c-390x278.png 390w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2021/07/oops-concept-c-820x584.png 820w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2021/07/oops-concept-c-1180x841.png 1180w" sizes="(max-width: 1389px) 100vw, 1389px" /></p>
</div>
<div class="subheading" style="text-align: justify;">
<h2 id="objects" class="color-green">Objects</h2>
</div>
<div class="Content" style="text-align: justify;">
<div class="hddn">
<ul>
<li>An object is an abstraction of a real-world entity. It may represent a person, a place, a number and icons or something else that can be modelled. Any data in an object occupy some space in memory and can communicate with each other.</li>
</ul>
</div>
</div>
<div class="ImageContent" style="text-align: justify;">
<div class="hddn"><img decoding="async" class="aligncenter size-medium" src="https://cdn.wikitechy.com/interview-questions/c++/cpp-class-object.gif" alt="C++ Class Object" width="400" height="213" /></div>
</div>
<div class="subheading" style="text-align: justify;">
<h2 id="classes" class="color-green">Classes:</h2>
</div>
<div class="Content" style="text-align: justify;">
<div class="hddn">
<ul>
<li>A class is a collection of objects having common features. It is a user defined datatype which has data members as well functions that manipulate these data’s.</li>
</ul>
</div>
</div>
<div class="text-center row" style="text-align: justify;"><span style="color: #000000; font-family: inherit; font-size: 2rem;">Abstraction:</span></div>
<div class="Content" style="text-align: justify;">
<div class="hddn">
<ul>
<li>It can be defined as the separation of unnecessary details or explanation from system requirements so as to reduce the complexities of understanding requirements.</li>
</ul>
</div>
</div>
<div class="subheading" style="text-align: justify;">
<h2 id="encapsulation" class="color-green">Encapsulation:</h2>
</div>
<div class="Content" style="text-align: justify;">
<div class="hddn">
<ul>
<li>It is a mechanism that puts the data and function together. It is the result of hiding implementation details of an object from its user.The object hides its data to de accessed by only those functions which are packed in the class of that object.</li>
</ul>
</div>
</div>
<div class="subheading" style="text-align: justify;">
<h2 id="inheritance" class="color-green">Inheritance:</h2>
</div>
<div class="Content" style="text-align: justify;">
<div class="hddn">
<ul>
<li>It is the relationship between two classes of object such that one of the classes ,the child takes all the relevant features of other class the parent. Inheritance bring about reusability.</li>
</ul>
</div>
</div>
<div class="ImageContent" style="text-align: justify;">
<div class="hddn"><img loading="lazy" decoding="async" class="aligncenter size-medium" src="https://cdn.wikitechy.com/interview-questions/c++/multiple-inheritance.gif" alt="multiple inheritance" width="535" height="283" /></div>
</div>
<div class="subheading" style="text-align: justify;">
<h2 id="polymorphism" class="color-green">Polymorphism:</h2>
</div>
<div class="Content" style="text-align: justify;">
<div class="hddn">
<ul>
<li>Polymorphism means having many forms that in a single entity can takes more than one form. Polymorphism is implemented through operator overloading and function overloading.</li>
</ul>
</div>
</div>
<div class="ImageContent" style="text-align: justify;">
<div class="hddn"><img loading="lazy" decoding="async" class="aligncenter size-medium" src="https://cdn.wikitechy.com/interview-questions/c++/polymorphism-in-cpp.jpg" alt="polymorphism in C++" width="650" height="360" /></div>
</div>
<div class="subheading" style="text-align: justify;">
<h2 id="dynamic-binding" class="color-green">Dynamic Binding:</h2>
</div>
<div class="Content" style="text-align: justify;">
<div class="hddn">
<ul>
<li>Dynamic binding is the process of resolving the function to be associated with the respective functions calls during their runtime rather than compile time.</li>
</ul>
</div>
</div>
<div class="subheading" style="text-align: justify;">
<h2 id="message-passing" class="color-green">Message Passing:</h2>
</div>
<div class="Content">
<div class="hddn">
<ul>
<li style="text-align: justify;">Every data in an object in oops that is capable of processing request known as message .</li>
<li style="text-align: justify;">All object can communicate with each other by sending message to each other</li>
</ul>
</div>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://www.wikitechy.com/interview-questions/cpp/what-are-the-oops-concepts/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
