How you will make a class available to others for extension? (Inheritance concept)



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

Post New Answer

More Salesforce Interview Questions

What are analytical snapshot?

1 Answers  


What is the difference between soql and sosl query ?

1 Answers  


How to delete user from salesforce? : salesforce admin

1 Answers  


Can we create a dashboard using Visual-force page? and what all the components we use here?

1 Answers   Cap Gemini,


What is the difference between 15 and 18 Digit ID ?

1 Answers   Cognizant,


How to check whether user has access to a particular record or not? : salesforce sharing and security

1 Answers  


What is force.com?

1 Answers  


How can you convert a lead?

1 Answers   Deloitte,


Differentiate between triggers and workflows?

1 Answers  


Syntax for upsert & undelete trigger & purpose undelete?

1 Answers  


Explain apex code execution governors and limits?

1 Answers  


What is the main difference between using datatable vs. Pageblocktable tags? : salesforce visualforce

1 Answers  


Categories