DescriptionQ215
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
