Valid 98-361 Dumps shared by ExamDiscuss.com for Helping Passing 98-361 Exam! ExamDiscuss.com now offer the newest 98-361 exam dumps, the ExamDiscuss.com 98-361 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 98-361 dumps with Test Engine here:
You have a class named Truck that inherits from a base class named Vehicle. The Vehicle class includes a protected method named brake (). How should you call the Truck Class implementation of the brake () method?
Correct Answer: A
Explanation/Reference: The MyBase keyword behaves like an object variable referring to the base class of the current instance of a class.MyBase is commonly used to access base class members that are overridden or shadowed in a derived class.