Classes And Objects In C Sharp - Study Mode
[#121] If a class inheriting an abstract class does not define all of its functions then it is known as?
Correct Answer
(A) Abstract
[#122] Select the wrong statements among the following?
Correct Answer
(C) A structure can contain protected data members
[#123] Which of the following statements are correct in nature?
Correct Answer
(A) The conditional logical operators cannot be overloaded
[#124] Which form of inheritance is not supported directly by C# .NET?
Correct Answer
(A) Multiple inheritance
[#125] Which of these will happen if the recursive method does not have a base case?
Correct Answer
(A) Infinite loop condition occurrence