- 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.
- Excel 2010中文版完全自學(xué)手冊(cè)
- Docker技術(shù)入門(mén)與實(shí)戰(zhàn)
- 新編Office 2013從入門(mén)到精通
- Word/Excel/PPT 商務(wù)辦公效率手冊(cè):從小白到辦公大神
- 快·易·通:2天學(xué)會(huì)PPT幻燈片設(shè)計(jì)與制作(2016版)
- Excel行政文秘應(yīng)用之道
- MATLAB技術(shù)大全
- Office商務(wù)辦公實(shí)用教程
- Excel經(jīng)典教程:公式與函數(shù)
- 隨身查: 一小時(shí)搞定你想要的PPT
- Word/Excel/PowerPoint三合一應(yīng)用大全
- Office 2016辦公應(yīng)用實(shí)戰(zhàn)從入門(mén)到精通(超值版)
- 如何高效辦公:Excel 2013經(jīng)典應(yīng)用技巧大全
- Project 2013從新手到高手
- Excel表格制作與數(shù)據(jù)處理從入門(mén)到精通