Multiple Choice
Which of the following statements are correct?1. Instance members of a class can be accessed only through an object of that class.2. A class can contain only instance data and instance member function.3. All objects created from a class will occupy equal number of bytes in memory.4. A class can contain Friend functions.5. A class is a blueprint or a template according to which objects are created.
A) 1,3,5
B) 2,4
C) 3,5
D) 2,4,5
Correct Answer:

Verified
Correct Answer:
Verified
Q2: The methods that have the same name,
Q3: Constructors are used to<br>A)initialize the objects<br>B)construct the
Q4: Which of the following is the correct
Q5: What is return type of constructors?<br>A)int<br>B)float<br>C)void<br>D)None of
Q6: Which of following statement are correct about
Q8: Which of the following is the correct
Q9: The C# provides special methods known as
Q10: Which of the following statements is correct
Q11: _ parameters are used to pass results
Q12: Which of the following statements are correct