Salesforce CCD-102 Exam - Topic 2 Question 37 Discussion
A Digital Developer needs to store information temporarily and decides to create a custom object. Which code creates a custom object?
D) CustomObiectMqr.createCustomOb1ect(CustomOb1ectType,primaryKey);
A) CustomObjectMgr.createCustomObject(primaryKey);
B) CustomObject.createCustomObject(primaryKey,CustomObjectType);
C) CustomObject.createCustomObject(CustomObjectType,primaryKey);