Multiple choice technology programming languages

Find the odd one?

  1. public

  2. private

  3. protected

  4. abstract

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

public, private, and protected are access control modifiers that define visibility levels in object-oriented programming. abstract is a keyword for classes/methods that cannot be instantiated directly, making it fundamentally different from access modifiers.