Computer Science, asked by laurenbaker4348, 1 year ago

State and explain the characteristics of oo programming language

Answers

Answered by dastulikapadgna
1
Characteristics-
1. Inheritance- code reusability.
2. Polymorphism- means the ability to take more than one form. For example, consider the operation of addition. For two numbers the operation will generate a sum. If the operands are strings, then the operation would produce a third string by concatenation.
3. Encapsulation- the wrapping up of data and methods into a single unit (called class) is known as encapsulation.
Similar questions