Home » C# Programming » Classes and Objects

Which of the following statements are correct about objects of a user-defined class called Sample? All objects of Sample class will always have exactly same data. Objects of Sample class may have same or different data. Whether objects of Sample class will have same or different data depends upon a Project Setting made in Visual Studio.NET. Conceptually, each object of Sample class will have instance data and instance member functions of the Sample class. All objects of Sample class will share one copy of member functions.

Correct Answer: 4, 5

← Previous Question Next Question→

More Questions from Classes and Objects

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion