What is object oriented programming | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

What is object oriented programming

Java

8th Feb 2021, 9:32 AM
Soma sekhar
4 Answers
+ 6
Soma sekhar Start learning java.
8th Feb 2021, 9:36 AM
A͢J
A͢J - avatar
+ 3
https://www.sololearn.com/Course/Java/?ref=app Go through this course to know about oops
8th Feb 2021, 10:26 AM
Atul [Inactive]
+ 3
it's the idea of using data to resemble a real life object 🍎 is equivalent to public class Apple{ String colour; Apple(String apple){ this.apple=apple;}; }; Apple redApple = new Apple("Red Apple"); now redApple refers to an instance of -> 🍎
8th Feb 2021, 10:34 AM
D_Stark
D_Stark - avatar
8th Feb 2021, 11:35 AM
Alphin K Sajan
Alphin K Sajan - avatar