Skip to the selected question
ASIC.FYI

ASIC Question Bank

1,000+ hardware interview questions
DescriptionQ215
Page ↗
Q215DVAppleASIC interview problem

UVM polymorphism and virtual dispatch

TechniquesDVUVMPolymorphismVirtual methods
DifficultyEasy
TopicSystemVerilog OOP
LanguageSystemVerilog
Format4 choices
01

Problem

A base-class handle refers to a derived object, and run() is virtual and overridden. Which implementation is called by handle.run()?

02

Answer choices (4)