Amit Singh

What is Interface in Salesforce?

Conclusion By providing a clear separation between a method declaration and implementation, interfaces enable the addition of an abstraction layer to code. As a result, it becomes possible to have different implementations of a method based on specific conditions. Table of...

How Inheritance & Polymorphism works?

A class extends another class using the extends keyword in the class definition. A class can only extend one other class, but it can implement more than

What is polymorphic query in salesforce?

In Salesforce, a polymorphic relationship refers to a type of relationship between objects where the referenced object can be one of several different types.

How to Relationship Query in Salesforce?

Here in this blog post, we will talk about how we can work on the relation ship queries in Salesforce.

Introduction to SOQL in Salesforce?

SOQL (Salesforce Object Query Language) is a query language that searches for and retrieves data from Salesforce objects.

How Getters & Setters Works in Salesforce

The code snippet public String name { get; private set; } defines a property called "name" with a public getter method and a private setter method.

How to Work with Loops in Salesforce?

Loops are a very important and integral part of Salesforce Development! So in this blog post we will learn what are the different types of loops in Salesforce and how to use them.

How to use Map Collection in Salesforce?

Table of Contents Previous Session If you have missed the previous session. You can get the complete information from the below link How to use Collections in Salesforce Apex Introduction In Salesforce, a Map is a collection type that stores data in key-value pairs,...

How to use Collections in Salesforce Apex

A collection is a data structure(Data Types) that is used to store multiple values of the same data type. Collections are used to manipulate large sets of data efficiently and effectively.

How Call Stack works in Salesforce in Hindi

Table of Contents Instance Block OR Object Block in Salesforce An instance block in Salesforce is also similar to Java, as it is a block of code that is executed each time an instance of the class is created. It is...

About Me

Amit Singh aka @sfdcpanther/pantherschools, a Salesforce Technical Architect, Consultant with over 8+ years of experience in Salesforce technology. 21x Certified. Blogger, Speaker, and Instructor. DevSecOps Champion
290 POSTS
450 COMMENTS
- Advertisement -spot_img

Latest News

How to Utilize Salesforce CLI sf (v2)

The Salesforce CLI is not just a tool; itโ€™s the cornerstone of development on the Salesforce Platform. Itโ€™s your go-to for building, testing, deploying, and more. As one of the most important development tools in our ecosystem
- Advertisement -spot_img
5/5

Stuck in coding limbo?

Our courses unlock your tech potential