Multiple choice technology programming languages

What are OOPs concepts ?

  1. Inheritance

  2. Exception

  3. deadlock

  4. Thread

  5. Networking

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

Inheritance is a core OOP concept where a class derives properties and behavior from another class. The other options are not OOP concepts: Exception is a programming error handling mechanism, deadlock is a concurrency problem, Thread is about concurrent execution, and Networking deals with communication between systems. The question asks for OOPs concepts (plural) but only marks one option as correct, which is confusing.