Hardware interview practice
Apply the virtual-class instantiation rule
A base transaction class declares a pure virtual formatting method. Which statement about the resulting virtual class is correct?
Choose one
Answer choices
- A. The virtual class cannot be instantiated and may be extended.
- B. The virtual class may be instantiated directly.
- C. Every field in the class becomes virtual.
- D. Virtual classes are synthesizable RTL containers.
