Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

C# Match the following terms with the best possible description: A. an example o

ID: 3757406 • Letter: C

Question

C#

Match the following terms with the best possible description: A. an example of abstraction B. and example of encapsulation C. an example of inheritance D.an example of polymorphism E. an event F. an object G. a class H. a method I. a control J. a constructor TextBox Click ComboBox TabControl . having multiple constructors with different input parameters v making all attributes of a class private creating a derived class using a base class Checked caled when an object is created an instance of a class

Explanation / Answer

TextBox-(I) a control

click-(E) an event

combobox-(I) a control

TabControl-(I) a control

having multiple constructors with different input parameters-(D) an example of polymorphism

making all attributes of a class private-(B) an example of encapsulation

creating a derived class using a base class-(C) an example of inheritance

Checked-(E) an event

called when an object is created-(J) a constructor

an instance of a class-(F) an object

----------------------------------------------------------------------------------------------------------

Note that checked and click are events so same answer for both

Textbox,tabcontrol,combobox are the types of controls so same option for them as well.