Multiple choice technology programming languages

An abstract property in a class carries no code. The derived class will implement it?

  1. True

  2. False

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

An abstract property contains no implementation (code) in the declaring class. It acts as a blueprint, forcing any non-abstract derived class to override and provide the actual implementation for its getters and setters.