info@avatto.com
+91-9920808017
96. A class is constructed in two sections, called
header and body
type and parameters
declaration and implementation
pointer and variable
Your email address will not be published. Required fields are marked *
Report
Name
Email
Website
Save my name, email, and website in this browser for the next time I comment.
Comment
97. The declaration section holds
data members
data members and function prototypes
data members, function prototypes and the functions themselves
none of these
98. If two objects are declared as Customer first Cust, then second Cust: which of the following must be true?
Each object's nonstatic data members will be stored in the same memory location
Each object will be stored in the same memory location
Each object will store a separate copy of any nonstatic data members.
Two objects of the same class cannot be declared
99. To declare two objects as Customer first Cust, second Cust which of the following must be true?
Each object will store a separate copy of any static member data.
Each object will store a separate copy of any member function
Two objects of the same class, cannot be declared
100. A static data member is given a value
within the class definition
outside the class definition
when the program is executed
never
Login with Facebook
Login with Google
Forgot your password?
Lost your password? Please enter your email address. You will receive mail with link to set new password.
Back to login