+ 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.