asked 80.7k views
0 votes
. Object-oriented programming allows you to derive new classes from existing classes. This is called ____________.a. encapsulationb. inheritancec. abstractiond. generalization

1 Answer

4 votes

Answer:(b)Inheritance

Step-by-step explanation: Object-oriented programming(OOP) is a concept that is for the computer programming that uses objects. It has a feature inheritance ,which is defined as the class that can inherit or acquire the properties of the other class. It is important because it provide properties to be reused .

There are different types of inheritance such as:-

  • Multiple inheritance
  • Single inheritance
  • Hierarchical inheritance
  • Hybrid inheritance

answered
User Vibert
by
8.4k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.