Write a Short Note on Object Oriented programming language? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 3

Write a Short Note on Object Oriented programming language?

Please give the answer correctly and fast!

26th Aug 2020, 10:33 AM
Sayanika Dutta
Sayanika Dutta - avatar
3 Answers
+ 3
You can find answer of this question on google once search https://www.javatpoint.com/java-oops-concepts
26th Aug 2020, 10:44 AM
A S Raghuvanshi
A S Raghuvanshi - avatar
0
Object is made for the class we define and using object name we call the function of the class. Ex:-class name is animal and function horse is there. We are making object of class in the main method. Animal ob=new Animal(); ob.horse(); When java compiler will run it will call the function horse using object name ob.Thats why it is called OOP.
26th Aug 2020, 10:46 AM
shubham kumar
shubham kumar - avatar
0
I think you should download a web browser and use it properly. These questions can solved easily and in more explained way there.
26th Aug 2020, 1:34 PM
Divya Mohan
Divya Mohan - avatar