1. | Which of the following statements are correct about objects of a user-defined class called Sample? 1 All objects of Sample class will always have exactly same data. 2 Objects of Sample class may have same or different data. 3 Whether objects of Sample class will have same or different data depends upon a Project Setting made in Visual Studio.NET. 4 Conceptually, each object of Sample class will have instance data and instance member functions of the Sample class. 5 All objects of Sample class will share one copy of member functions.
|
|||||||||
Answer: Option C Explanation: No answer description available for this question. Let us discuss.
|