How you will make a class available to others for extension? (Inheritance concept)
Answer / Prabhat Sagar
To make a class available for extension in Salesforce Apex, you can use the 'abstract' keyword. An abstract class cannot be instantiated but can be extended by other classes. It is important to note that Salesforce does not support traditional inheritance like Java or C++.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are analytical snapshot?
What is the difference between soql and sosl query ?
How to delete user from salesforce? : salesforce admin
Can we create a dashboard using Visual-force page? and what all the components we use here?
What is the difference between 15 and 18 Digit ID ?
How to check whether user has access to a particular record or not? : salesforce sharing and security
What is force.com?
How can you convert a lead?
Differentiate between triggers and workflows?
Syntax for upsert & undelete trigger & purpose undelete?
Explain apex code execution governors and limits?
What is the main difference between using datatable vs. Pageblocktable tags? : salesforce visualforce