- Hands-On Automation Testing with Java for Beginners
- Rahul Shetty
- 113字
- 2021-07-23 16:26:33
Summary
We started off by discussing the difference between strings and variables, and how they appear in a code. We then saw what methods are and how can they be used to write our code. After that, we discussed the importance of classes and objects, and how they are used to call methods that execute a class. We learned how to allocate memory to an object and call the method of that object while executing the code.Finally, we learned how to access a method that is present in another class using objects.
In the next chapter we will learn more about strings and have a look at the String class.
推薦閱讀
- Mastering JavaScript Object-Oriented Programming
- 機器學習系統:設計和實現
- Cross-platform Desktop Application Development:Electron,Node,NW.js,and React
- Python GUI Programming Cookbook
- Learn WebAssembly
- Learning Firefox OS Application Development
- Hands-On RESTful Web Services with Go
- Visual Basic程序設計實驗指導(第4版)
- JavaScript by Example
- Unreal Engine 4 Shaders and Effects Cookbook
- Jenkins Continuous Integration Cookbook(Second Edition)
- 從零開始學Linux編程
- C++ Fundamentals
- 嵌入式C編程實戰
- Python應用開發技術