Component-based user interfaces are the foundation of Force.com's Visualforce. Visualforce uses a tag-based language comparable to HTML. This blog post explains how to use the AJAX Toolkit in conjunction with a Visualforce page.
–> C → embedded systems/ applications
–> Java/c# → enterprise systems
–> Apex → cloud computing
This architecture is known as enterprise app
→ Provides specific & common features to all features
→ Limit for everyone (according to work)
→ There should be a mechanism beyond those limits
Moving code and data has to be secure
→ Object oriented provides four features
Encapsulation:
Broadly, it is defined as one of, or both of the following:
1.An information hiding mechanism.
2.A bundling of data and methods that operate on that data. Means binding of instructions & memory into a single unit
Abstraction: Levels of hiding. Abstract class methods MUST be overridden.
Polymorphism: In a polymorphic relationship, the referenced object of the relationship can be one of several objects. Many forms of instructions to deal with many forms of memory, it has Multiple behaviors
The concept of extending a class by another class is known as inheritance. A class which is inherited is known as Parent class, Base class or Super class. A class which extends base class is known as Derived class or child class.
Reusing of one encapsulation of instructions & memory to build another encapsulation.
Identifiers:
Words for which the programmers specify.
Keywords:
Predefined words in the language, we can’t change the meaning of these words
Constants:
Constants are variables whose values don’t change after being initialized once.
Constants can be defined using the final keyword, which means that the variable can be assigned at most once, either in the declaration itself, or with a static initializer method if the constant is defined in a class.
Here the constants are 25+40
Operations:
Sum, subtraction, multiplication, division
Symbolic representation to perform a task
Strings:
Group of characters
Represented by → “ Valli ”
→ ‘v’ ‘n’,
→ There are 5 statements in any IL
In apex 3 and 5, we don’t use
Data Types:
Here we have primitive data types such as Integer, Double, Long, Date, Date Time, String, ID, and Boolean etc..
1.Number → [Integer, Decimal]
2.Date
3.Date time : It stores both dates and times.
4.BLOG: – binary large object to store images, videos, resumes, movies
We can convert BLOG → into a string
Frequently Asked Salesforce Interview Questions & Answers
Keywords: – Encapsulation: 2 class, interface
Abstraction: 4 private, protected, public, global
Polymorphism: 2 override, virtual
Interface: 2 extends, implements
O O P
O O D
O O P → capture real words into the computer
Class: – An object is something created from a class.
Each object has its own specific properties and can use the methods defined in its class. It is nothing but a collection of features & operations
→ Syntax for class
Class class name {
Data members
Member methods
}
Check Out Salesforce Tutorials
Mindmajix offers different Salesforce certification training according to your desire with hands-on experience on Salesforce concepts
Our work-support plans provide precise options as per your project tasks. Whether you are a newbie or an experienced professional seeking assistance in completing project tasks, we are here with the following plans to meet your custom needs:
Name | Dates | |
---|---|---|
Salesforce Training | Nov 19 to Dec 04 | View Details |
Salesforce Training | Nov 23 to Dec 08 | View Details |
Salesforce Training | Nov 26 to Dec 11 | View Details |
Salesforce Training | Nov 30 to Dec 15 | View Details |
Arogyalokesh is a Technical Content Writer and manages content creation on various IT platforms at Mindmajix. He is dedicated to creating useful and engaging content on Salesforce, Blockchain, Docker, SQL Server, Tangle, Jira, and few other technologies. Get in touch with him on LinkedIn and Twitter.