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 one of the four core OOP principles (along with encapsulation, polymorphism, and abstraction). Exception handling, deadlock, threading, and networking are programming concepts but not OOP principles.