Prepare
Practice
Interview
Aptitude
Reasoning
English
GD
Placement papers
HR
Current affairs
Engineering
MCA
MBA
Online test
Login
Online Practice Test
>
CPP
« Previous
Next »
An abstract class can be instantiated.
Options
- True
- False
CORRECT ANSWER : False
Discussion Board
C++-Abstract Class
The answer is false. Abstract class cannot be instantiated, but pointers and references of Abstract class type can be created. It is used for Upcasting, so that its derived classes can use its interfaces. It is used to provide an interface for its subclasses. Abstract class contains at least one Pure Virtual Function in it. Classes inheriting an Abstract Class must provide definition to the pure virtual function, otherwise they will also become abstract class.
Prajakta Pandit 01-23-2017 12:56 AM
cpp
thank u so much....
mekala 08-10-2015 06:44 AM
cpp
Thank you
vijay 08-2-2015 01:01 PM
cpp
Thank you
NPB 08-3-2014 07:48 AM
« Previous
Next »
Write your comments
*
*
Email must be in the form someone@domain.com
*
*
Enter the code shown above:
Please enter the code shown above
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)
Related Content
C test (42)
C (12)
C++ for beginners (10)
C++ (20)
C++ (24)
C++ (18)
C++ (14)
C++ (12)
C++ (15)
C++ (15)
Data structure (20)
Data structure (10)
Data structure (10)
Data structure (10)
PERL (25)
VC++ (11)
Oops (30)
Mainframe (41)
Mainframe (15)
Embedded systems (15)
OOAD (49)
Advertisement
▲