+ 4

Is there any real life application of Object oriented programming?

it's very confusing at the first time. please share your experience with OOPS

11th Jun 2017, 12:46 PM
Vineet Kumar
Vineet Kumar - avatar
2 Respuestas
+ 5
3 billion devices run java [OOP]
11th Jun 2017, 12:47 PM
cHiRaG GhOsH
cHiRaG GhOsH - avatar
+ 4
have a look at this code: its a simple example of how to describe in code a real life scenario using OOP. Have a look att the constructor function (like a jar class). From the constructor are instantiate the small and the big jar. everything happens in the draw function and on touch events. https://code.sololearn.com/W6WmRd8cd5KT/?ref=app
11th Jun 2017, 1:16 PM
seamiki
seamiki - avatar