
Quiz on Runtime Polymorphism in C++
Quiz
•
Other
•
University
•
Easy

Renugadevi S
Used 4+ times
FREE Resource
55 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is runtime polymorphism also known as?
Late binding
Compile-time polymorphism
Dynamic polymorphism
Static polymorphism
Answer explanation
Runtime polymorphism is also known as dynamic polymorphism because it resolves method calls at runtime, allowing for more flexible and reusable code. This contrasts with compile-time or static polymorphism.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which mechanism is used to implement runtime polymorphism in C++?
Function hiding
Operator overloading
Method overriding
Function overloading
Answer explanation
Method overriding is the mechanism used to achieve runtime polymorphism in C++. It allows a derived class to provide a specific implementation of a function that is already defined in its base class.
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What must be the same for function overriding to occur?
Return type only
Function name only
Argument list only
Signature or prototype
Answer explanation
For function overriding to occur, the signature or prototype must be the same. This includes the function name and the argument list, ensuring that the derived class method matches the base class method.
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In which class is the function overridden?
Base class
Friend class
Abstract class
Derived class
Answer explanation
The function is overridden in the derived class, which inherits from the base class. This allows the derived class to provide a specific implementation of a function that is already defined in the base class.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What keyword is used to declare a virtual function?
static
dynamic
virtual
override
Answer explanation
The keyword 'virtual' is used in C++ to declare a virtual function, allowing derived classes to override it. This enables polymorphism, which is a core feature of object-oriented programming.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the virtual table (VTABLE) contain?
Class definitions
Object instances
Data members
Function pointers
Answer explanation
The virtual table (VTABLE) contains function pointers that link to the appropriate methods for a class. This allows for dynamic method resolution in object-oriented programming, enabling polymorphism.
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of the _vptr in C++?
To handle exceptions
To manage memory
To point to the VTABLE
To store object data
Answer explanation
The _vptr is a pointer used in C++ to reference the VTABLE, which contains addresses of virtual functions for a class. This mechanism enables dynamic dispatch, allowing the correct function to be called for an object at runtime.
Create a free account and access millions of resources
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple

Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
50 questions
Exposure II - SECTION 3
Quiz
•
University
50 questions
DDPK AKL (LH) KELAS X
Quiz
•
10th Grade - University
50 questions
Arduino Training
Quiz
•
University
60 questions
актт
Quiz
•
11th Grade - University
50 questions
EST 43
Quiz
•
University
50 questions
ETHICS SEMIFINAL EXAM
Quiz
•
University
50 questions
OSG202_SU24_B5FE_146098
Quiz
•
University
55 questions
UNIT II Supervised Learning QUIZ Part 1
Quiz
•
University
Popular Resources on Wayground
20 questions
Brand Labels
Quiz
•
5th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
20 questions
ELA Advisory Review
Quiz
•
7th Grade
15 questions
Subtracting Integers
Quiz
•
7th Grade
22 questions
Adding Integers
Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns
Quiz
•
3rd Grade
10 questions
Exploring Digital Citizenship Essentials
Interactive video
•
6th - 10th Grade
Discover more resources for Other
11 questions
NFL Football logos
Quiz
•
KG - Professional Dev...
20 questions
Definite and Indefinite Articles in Spanish (Avancemos)
Quiz
•
8th Grade - University
7 questions
Force and Motion
Interactive video
•
4th Grade - University
36 questions
Unit 5 Key Terms
Quiz
•
11th Grade - University
38 questions
Unit 6 Key Terms
Quiz
•
11th Grade - University
20 questions
La Hora
Quiz
•
9th Grade - University
7 questions
Cell Transport
Interactive video
•
11th Grade - University
7 questions
What Is Narrative Writing?
Interactive video
•
4th Grade - University