function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Pavan Kumar 1700Pavan Kumar 1700 

Data Abstraction

can any one explain what is programming elements and how data abstraction can be imlemented in salesforce explain with the example?
Any user scenarios for data abstraction?
Best Answer chosen by Pavan Kumar 1700
SUCHARITA MONDALSUCHARITA MONDAL

Hi Pavan,

You can check with Brooks Johnson Channel for 'Object Oriented Programming in Apex' for the same.

Link: https://www.youtube.com/watch?v=hHCKCz_-23c&list=PLdt84CMzTQBbinHSBid1PkwEenmx0ucuS

Hope this helps!

Thanks,
Sucharita

All Answers

SUCHARITA MONDALSUCHARITA MONDAL

Hi Pavan,

You can check with Brooks Johnson Channel for 'Object Oriented Programming in Apex' for the same.

Link: https://www.youtube.com/watch?v=hHCKCz_-23c&list=PLdt84CMzTQBbinHSBid1PkwEenmx0ucuS

Hope this helps!

Thanks,
Sucharita

This was selected as the best answer
SwethaSwetha (Salesforce Developers) 
HI Pavan,
For Salesforce, trailhead modules are recommended easy way of learning. 

See https://trailhead.salesforce.com/content/learn/modules/lex_dev_lc_vf_concepts/lex_dev_lc_vf_concepts_code that explains fundamental concepts, such as controllers and requests, transforming from Visualforce to Aura components

https://www.jitendrazaa.com/blog/java/difference-between-interfaceinheritance-abstract-class/ explains the differences between Interface, Inheritance and abstract class with example

If this information helps, please mark the answer as best.Thank you