<?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>which statement is incorrect with respect to abstract class - Wikitechy</title>
	<atom:link href="https://www.wikitechy.com/interview-questions/tag/which-statement-is-incorrect-with-respect-to-abstract-class/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.wikitechy.com/interview-questions/tag/which-statement-is-incorrect-with-respect-to-abstract-class/</link>
	<description>Interview Questions</description>
	<lastBuildDate>Tue, 14 Sep 2021 04:57:16 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://www.wikitechy.com/interview-questions/wp-content/uploads/2025/10/cropped-wikitechy-icon-32x32.png</url>
	<title>which statement is incorrect with respect to abstract class - Wikitechy</title>
	<link>https://www.wikitechy.com/interview-questions/tag/which-statement-is-incorrect-with-respect-to-abstract-class/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Find the wrong statement about Abstract Class ?</title>
		<link>https://www.wikitechy.com/interview-questions/cpp/find-the-wrong-statement-about-abstract-class/</link>
					<comments>https://www.wikitechy.com/interview-questions/cpp/find-the-wrong-statement-about-abstract-class/#respond</comments>
		
		<dc:creator><![CDATA[Editor]]></dc:creator>
		<pubDate>Mon, 12 Jul 2021 22:54:00 +0000</pubDate>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[abstract class in 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[c++ abstract class]]></category>
		<category><![CDATA[c++ abstract class constructor]]></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[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[interface and abstract class in c++]]></category>
		<category><![CDATA[interface is partial abstract class true or false]]></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[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[pure virtual class in c++]]></category>
		<category><![CDATA[pure virtual function 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[use of abstract class in c++]]></category>
		<category><![CDATA[use of virtual function in c++]]></category>
		<category><![CDATA[uses of abstract class in c++]]></category>
		<category><![CDATA[virtual base class in c++]]></category>
		<category><![CDATA[virtual destructor in c++]]></category>
		<category><![CDATA[Virtual Function in C++]]></category>
		<category><![CDATA[we can declare abstract method outside of abstract class mcq]]></category>
		<category><![CDATA[we can declare abstract method outside of abstract class true or false]]></category>
		<category><![CDATA[which of the following is true about abstract classes]]></category>
		<category><![CDATA[which of the following is used to make an abstract class mcq]]></category>
		<category><![CDATA[which of the following statement is false about abstract classes]]></category>
		<category><![CDATA[which statement is incorrect with respect to abstract class]]></category>
		<category><![CDATA[which statement is incorrect with respect to abstract class in c++]]></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=386</guid>

					<description><![CDATA[Answer : B. We can’t create pointers to an abstract class]]></description>
										<content:encoded><![CDATA[<div class="TextHeading">
<div class="hddn">
<h3 id="find-the-wrong-statement-about-abstract-class" class="color-pink" style="text-align: justify;">Find the wrong statement about Abstract Class ?</h3>
<div class="row" style="text-align: justify;">
<div class="col-sm-6">
<p>A. We can’t create its objects</p>
</div>
<div class="col-sm-6">
<p>B. We can’t create pointers to an abstract class</p>
</div>
<div class="col-sm-6">
<p>C. It contains at least one pure virtual function</p>
</div>
<div class="col-sm-6">
<p>D. We can create references to an abstract class</p>
</div>
</div>
<h3 id="answer-b-we-cant-create-pointers-to-an-abstract-class" style="text-align: justify;"><b>Answer : </b>B. We can’t create pointers to an abstract class</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>Abstract Class is a class which contains atleast one Pure Virtual function.</li>
<li>An abstract class is a class that is designed to be specifically used as a base class.</li>
<li>It is used to provide an Interface for its sub classes.</li>
<li>Classes inheriting an Abstract Class must provide definition to the pure virtual function, otherwise they will also become abstract class.</li>
<li>You declare a pure virtual function by using a <b>pure specifier (= 0)</b> in the declaration of a virtual member function in the class declaration.</li>
</ul>
</div>
</div>
<div class="subheading" style="text-align: justify;">
<h2 id="example" class="color-green">Example</h2>
<div class="code-embed-wrapper"> <div class="code-embed-infos"> </div> <pre class="language-cpp code-embed-pre line-numbers"  data-start="1" data-line-offset="0"><code class="language-cpp code-embed-code">class AB {<br/>public:<br/>  virtual void f() = 0;<br/>};</code></pre> </div>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://www.wikitechy.com/interview-questions/cpp/find-the-wrong-statement-about-abstract-class/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
