_______ is the process of creating a new class from an existing class in OOP.
- Abstraction
- Encapsulation
- Inheritance
- Polymorphism
Inheritance is the process of creating a new class from an existing class in OOP. It allows a new class (subclass or derived class) to inherit the properties and behavior of an existing class (superclass or base class).
Loading...
Related Quiz
- A company wants to deploy a web application with high availability. Which cloud platform service would you suggest, and how does it ensure high availability?
- Which tool is commonly used for managing infrastructure as code in cloud environments?
- What is a deadlock in the context of concurrency control?
- What is the purpose of a data structure?
- In a CI/CD pipeline, a developer pushes a code change to the repository. Describe the steps involved in the CI/CD pipeline until the change is deployed to production.