52.2k views
1 vote
In object-oriented programming with a GUI interface, a window displayed on the screen is called a __________.

User Tinna
by
5.5k points

1 Answer

3 votes

Answer:

In object-oriented programming with a GUI interface, a window displayed on the screen is called a form object.

Step-by-step explanation:

OOP or Object oriented programming is such a design which makes the programmer to define the terms like data type, functions and data structures in order to form a structure that has both data and functions. This structure is named as object in OOP. Relationships among different objects can also be built using a phenomenon called Inheritance.

GUI is an abbreviation of Graphical user Interface. It facilitates the user by giving option to manage the hardware and interact with the electronic devices by using graphical icons such as labels and buttons, menus instead of typed commands like in other programming languages. All the tools that are used in OOP are set on a window known as a windows form.

I hope it will help you!

User Inovramadani
by
4.9k points