1 Answer

0 votes
by

An sObject is any object that can be stored in the Force.com platform database. Apex allows the use of generic sObject abstract type to represent any object.

For example, Vehicle is a generic type and Car, Motor Bike all are concrete types of Vehicle.

In SFDC, sObject is generic and Account, Opportunity, CustomObject__c are its concrete type.

Related questions

0 votes
    Which of the following returns an array of ones with the same shape and type as a given array? (a) all_like (b) ones_like (c) one_alike (d) all of the mentioned...
asked Oct 9, 2021 in Technology by JackTerrance
0 votes
    You add a data disk to an Azure virtual machine. What drive type is created? SCSI IDE PATA SATA...
asked Aug 28, 2021 in Technology by JackTerrance
0 votes
    What is an update type concerning a match code ID?...
asked Jan 5, 2021 in Technology by JackTerrance
+1 vote
    Is that possible to store 32768 in an int data type variable?...
asked Nov 8, 2020 in Technology by JackTerrance
0 votes
    In ________ type of IT setup, developers or operations teams automatically manage and provision the technology ... scripts 3. Infrastructure automation 4. Infrastructure as Code...
asked Oct 28, 2020 in Technology by JackTerrance
0 votes
    Suppose that you have an array consisting of several objects. This object is of the type string. Let this string be ... the character array arr'. How will you carry this out?...
asked Oct 16, 2020 in Technology by JackTerrance
0 votes
    Which type of cache is recommended to store user preferences for an application with several 100's of concurrent users? (a)Near ... (b)On Demand Cache (c)Data Cache (d)Primed Cache...
asked Oct 6, 2020 in Technology by JackTerrance
0 votes
    Heteroassociative memory can be an example of which type of network? (a) group of instars (b) group of oustar ... group of instars or outstars Please answer the above question....
asked Sep 21, 2022 in Education by JackTerrance
0 votes
    Type of equality which says that every citizen has an equal right to participate in affairs of the State. Please answer the above question....
asked Aug 4, 2022 in Education by JackTerrance
0 votes
    I read through the Wikipedia article Existential types. I gathered that they're called existential types because ... for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Aug 1, 2022 in Education by JackTerrance
0 votes
    The RangeValidator will fetch the value of the input and validate it with regex. Part of the regex is ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jun 16, 2022 in Education by JackTerrance
0 votes
    How would you write (in C/C++) a macro which tests if an integer type (given as a parameter) is ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 25, 2022 in Education by JackTerrance
0 votes
    Which of these return type of hasNext() method of an iterator? (a) Integer (b) Double (c) Boolean (d ... Collections Framework of Java Select the correct answer from above options...
asked Mar 1, 2022 in Education by JackTerrance
0 votes
    What type of variable can be defined in an interface? (a) public static (b) private final (c) public final ... & Packages of Java Select the correct answer from above options...
asked Feb 23, 2022 in Education by JackTerrance
0 votes
    What type of methods an interface contain by default? (a) abstract (b) static (c) final (d) private I ... & Packages of Java Select the correct answer from above options...
asked Feb 23, 2022 in Education by JackTerrance
...