Classes And Objects In C Sharp - Study Mode
[#116] Select the wrong statement about 'ref' keyword in C#?
Correct Answer
(A) References can be called recursively
[#117] Which of these operators must be used to inherit a class?
Correct Answer
(A) :
[#118] The modifier used to define a class which does not have objects of its own but acts as a base class for its subclass is?
Correct Answer
(D) Abstract
[#119] Correct statement about constructor overloading in C# is?
Correct Answer
(C) Overloaded constructors can have different type of number of arguments as well as differ in number of arguments
[#120] Select the correct statement among the given statements?
Correct Answer
(B) Properties could be declared inside an interface