- Salesforce Platform Developer I Certification Guide
- Jan Vandevelde Gunther Roskams
- 254字
- 2021-08-20 10:02:26
Apex Basics
Apex is an object-oriented programming (OOP) language, similar to Java or other OOP languages, that is executed by the Lightning Platform. Like any other OOP language, Apex uses classes, methods, variables, constants, annotations, and so on. However, unusually, Apex is not case-sensitive, while other languages (such as Java) are.
If you don't know what the definition of OOP is, I can recommend the book, Head First Java, 2nd Edition (you can buy it from http://bit.ly/HeadFJava). If you are familiar with programming in Java, you will see some similarities and some differences. In this book, I will explain how we use OOP within Salesforce by using Apex.
In this chapter, we will cover the following topics:
- What Apex is and how to develop it
- Understanding data types in Apex
- Understanding access to classes in Apex
- Controlling your logic with control flow statements (if statements and loops)
- Querying and updating our Salesforce data with various databases
- Define the key features of the Apex language
- Know when to use Apex (and when not to)
- Create a class with methods and call those methods through Anonymous Apex
- Use the Developer Console to analyze the execution results
In Chapter 5, Apex - Beyond the Basics, you'll get a deeper dive into the Apex language. We
will learn how to build interfaces, virtual classes and bulk processing records.
A little introduction about class in OOP. If you are already familiar with classes (from
Java or other development languages), you can skip these paragraphs.
- Word/Excel/PPT 2007辦公技巧
- Unity 2018 AR與VR開發(fā)快速上手
- Access 2010數(shù)據(jù)庫實用教程
- Excel 2016高級應(yīng)用案例教程(視頻指導(dǎo)版)
- 新編Word/Excel/PPT 2016高效辦公三合一(全彩版)
- Excel 2010基礎(chǔ)入門與辦公應(yīng)用
- Word/Excel/PPT 2019應(yīng)用大全
- Office 2003辦公軟件實用教程
- 和秋葉一起學(xué)Excel(第2版)
- Flash CS6核心應(yīng)用案例教程(全彩慕課版)
- PPT制作應(yīng)用大全
- 中文版Office2016大全
- 如何高效辦公:Excel 2013經(jīng)典應(yīng)用技巧大全
- Pentaho 5.0 Reporting by Example
- Excel 2010電子表格