- 1
Which OOP concept describes how a Class customises behaviours inherited from another Class?
Which OOP concept describes how a Class customises behaviours inherited from another Class?
5 Réponses
0
Possibly polymorphism or just Inheritance.
0
Polymorphism;
polymorphism refers to a programming language's ability to process objects differently depending on their data type or class. More specifically, it is the ability to redefine methods for derived classes.
0
polymorphism
0
Definitely Polymorphism
- 1
Polymorphism