Page 1 of 1

Which of the following statements about objects in “C#” is correct?

Posted: Wed Jul 13, 2022 7:56 pm
by answerhappygod
a) Everything you use in C# is an object, including Windows Forms and controls
b) Objects have methods and events that allow them to perform actions
c) All objects created from a class will occupy equal number of bytes in memory
d) All of the mentioned