Which code creates a custom object?

A Digital Developer needs to store information temporarily and decides to create a custom object.

Which code creates a custom object?
A . CustomObject.createCustomObject(CustomObjectType,primaryKey);
B . CustomObject.createCustomObject(primaryKey,CustomObjectType);
C . CustomObjectMgr.createCustomObject(primaryKey);
D . CustomObjectMgr.createCustomObject(CustomObjectType,primaryKey)

Answer: A

Subscribe
Notify of
guest
1 Comment
Inline Feedbacks
View all comments
Umair Hamid
Umair Hamid
2 years ago

Correct answer is D CustomObjectMgr.createCustomObject(CustomObjectType,primaryKey)