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

Object-Oriented Programming concepts include inheritance, polymorphism, encapsulation, and abstraction. Exception handling, deadlock, threads, and networking are not core OOP concepts - they're programming/CS topics that can exist outside OOP.