Classes And Objects In C Sharp - Study Mode

[#126] Which operator among the following signifies the destructor operator?
Correct Answer

(C) ~

[#127] In Inheritance concept, which of the following members of base class are accessible to derived class members?
Correct Answer

(B) protected

[#128] Choose the wrong statement about structures in C#.NET?
Correct Answer

(A) Structures can be declared within a procedure

[#129] A type of class which does not have its own objects but acts as a base class for its subclass is known as?
Correct Answer

(C) Abstract class

[#130] What is a class in C#?
Correct Answer

(A) A blueprint for creating objects