Computer Science, asked by sharastisen, 1 day ago

It allows us to create a new class from an existing class. A. Encapsulation B. Abstraction C. Inheritance D. Interface​

Answers

Answered by renusankar
0

Answer:

Inheritance

Explanation:

Inheritance allows programmers to create classes that are built upon existing classes, to specify a new implementation while maintaining the same behaviors (realizing an interface),

Similar questions