Creating Objects and Calling Methods in Java || Lesson 32 || Java Programming || Learning Monkey ||

Publicado em: 25 Junho 2023
no canal de: Wisdomers - Computer Science and Engineering
5,296
116

Creating Objects and Calling Methods in Java
In this class, We discuss Creating Objects and Calling Methods in Java.
The reader should have Intuition in Class and Object. Click Here
We take an example and understand how to create an object and call methods.
Example:
The below diagram shows the complete code.
The example has two classes.
The first class name is “firstexample”.
The second class name is “test.”
The file name and second class name are the same.
In the test class, we have a main method.
The main method is static.
The execution starts from the main method.
The line firstExample ob = new firstExample() is used to create an object for the class “firstExample.”
“ob” is called a reference variable.
The keyword new is used to create a memory allocation to the class.
Once the memory is created, we can use the methods present in the class.
How is memory allocated to objects and methods discussed in our next class?
“ob. add(1,5)” is used to call the add method in class “firstExample”.
The execution moves from the main method to add method.
After completion of add method, the execution continues in the main method.
When we call the mult method, we use variable z to store the return value.
The value z is displayed in the last line of code.

Link for playlists:
   / @wisdomerscse  


Link for our website: https://learningmonkey.in

Follow us on Facebook @   / learningmonkey  

Follow us on Instagram @   / learningmonkey1  

Follow us on Twitter @   / _learningmonkey  

Mail us @ learningmonkey01@gmail.com


Nesta página do site você pode assistir ao vídeo on-line Creating Objects and Calling Methods in Java || Lesson 32 || Java Programming || Learning Monkey || duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário Wisdomers - Computer Science and Engineering 25 Junho 2023, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 5,296 vezes e gostou 116 espectadores. Boa visualização!