Question: True and false questions for C# Question 2 : The finally block executes only if the try block identifies any Exceptions. Select one: True False
True and false questions for C#
Question 2 : The finally block executes only if the try block identifies any Exceptions.
Select one: True False
question 3: If a base class and a derived class have methods with the same names but different parameter lists, the derived class method overrides the base class method
Select one: True False
Question 4: You create an interface when you want derived classes to override every method
Select one: True False
Question 5: If you do not write a constructor for a class object, C# writes one for you
Select one: True False
Question 6: TabIndex is a Boolean property of a Control that identifies whether the Control will serve as a stopping place in a sequence of Tab key presses
Select one: True False
Question 7: When a derived class contains a method that overrides a parent class method, you can use the keyword super to access the parent class method from within the derived class
Select one: True False
Question 8: Changing an object's Text property also changes the object's Name
Select one: True False
Question 9: An event-handler method also known as an event receiver
Select one: True False
Question 10: You cannot instantiate concrete objects from either abstract classes or interfaces
Select one: True False
Question 11: A virtual method is the one that can overridden by a method with the same signature in a child class
Select one: True False
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
