Hardware interview practice
Use super for immediate-base behavior
A derived class must invoke its immediate base-class constructor and may need to call a hidden base implementation. What does super represent?
Choose one
Answer choices
- A. A storable handle to any ancestor
- B. A keyword for the immediate superclass constructor or members
- C. The root uvm_object instance
- D. A deep-copy operator
