Computer Science, asked by divyapuli, 1 year ago

features of OOPs (object oriented programing ) in java

Answers

Answered by FemSam3362
0
Object in OOP is used to define an entity having unique character and unique behaviour. The unique character is expressed using 'class' which is implemented using variables ( eg: String COLOR; ) and the unique behaviour is expressed with the help of methods (getText(), isSelected(), is Enabled(), isEditable() etc.)
Answered by Anonymous
1
Hey !<b>

Features of OOPs :

- Emphasis on data rather on producer.

- Object may communicate with each other through function.

- New data and functions can be added easily whenever necessary.

- Programs are devided into what are known as objects.
Similar questions