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.