+ 2
What is OOP
im beginner in programing especialy in java. i use java to build a simple android application. but still need more expert java coding. i wanto to aks fort about OOP. what is the meaning. ty so much for your help guys.
2 Réponses
+ 11
Object Oriented Programming - You create objects for everything. It's a way of thinking in terms of objects like in the real world. First you create a class and then the objects ... but have you done your homework? it's in the lessons of Sololearn. You just need to practice ;) So go on the Code Playground and make an object that HAS something and DOES something! :)
+ 3
Ok Sir! Thanks for the Great Answer. :)