_______ is a mechanism by which one class inherits the properties and behavior of another class in OOP.
- Abstraction
- Encapsulation
- Inheritance
- Polymorphism
Inheritance is a mechanism by which one class inherits the properties and behavior of another class in OOP. It promotes code reuse and establishes a relationship between classes, facilitating the creation of a hierarchy.
Loading...
Related Quiz
- One of the key benefits of containerization with Docker is _______ and consistency across different environments.
- In responsive design, a grid system helps in organizing content into _______.
- What are access specifiers in OOP languages such as Java and C++?
- What are CSS preprocessors and why are they used in web development?
- You're working on a team project, and your feature branch diverged significantly from the main branch. Which Git command would you use to integrate your changes without creating a messy merge history?