- 3
Write a Short Note on Object Oriented programming language?
Please give the answer correctly and fast!
3 Answers
+ 3
You can find answer of this question on google once search
https://www.javatpoint.com/java-oops-concepts
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.
0
I think you should download a web browser and use it properly.
These questions can solved easily and in more explained way there.