Multiple choice technology programming languages

A base calss property can be polymarphically overriden in derived class, but modifiers like virtual, override are used at property level not accessor level.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Properties can be overridden polymorphically using keywords like virtual (in base class) and override (in derived class). These modifiers apply to the entire property declaration, not to individual accessors.