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
subbu123.pbt@gmail.comsubbu123.pbt@gmail.com 

What is the super most class in Apex ?

What is  the super most class in Apex ?

 

sfdcfoxsfdcfox

Apex Code doesn't have exactly the same concepts as Java, but for all practical matters, Object is the parent of all objects; as any type of value can be put into an Object reference. However, unlike Java, you cannot directly extend the Object class.