Multiple Choice
What is the difference between struct and class in terms of Access Modifier?
A) by default all the struct members are private while by default class members are public.
B) by default all the struct members are protected while by default class members are private.
C) by default all the struct members are public while by default class members are private.
D) by default all the struct members are public while by default class members are protected.
Correct Answer:

Verified
Correct Answer:
Verified
Q2: The default access level assigned to members
Q3: Which of the following operators allow defining
Q4: There is nothing like a virtual constructor
Q5: Variables declared in the body of a
Q6: For the object for which it was
Q8: Every class has at least one constructor
Q9: Which one of the following is not
Q10: Under what conditions a destructor destroys an
Q11: When class B is inherited from class
Q12: A function argument is<br>A)a variable in the