+ 1
Descibe oop in java
4 RĂ©ponses
+ 1
OOP was created to ease programming
oop contains the following
Clean code
Fewer yet better functions
Short code
Advantages
It saves time
Cleaner code is produced
Easy debuged
increases experience
it improves quality of software
disadvantages
hard for noobs
doesn't solve quick problems
+ 1
Thanks
+ 1
An object that has properties in which you can manipulate using the . notation
+ 1
programming way, where data can be stored with its operating methods in one closed unit.