An application presents the user with a graphical interface. The interface includes buttons that the
user clicks to perform tasks. Each time the user clicks a button, a method is called that corresponds
to that button.
Which term is used to describe this programming model?
Question No 2
How does a console - based application differ from a Windows Forms application?
Question No 3
Which type of Windows application presents a parent window that contains child windows?
Question No 4
The purpose of a constructor in a class is to:
Question No 5
A class named Manager is derived from a parent class named Employee. The Manager class includes
characteristics that are unique to managers.
Which term is used to describe this object - oriented concept?