Computer Science, asked by harshrawat18, 8 months ago

what is an Interface?write its types (class 8 computer questions)

Answers

Answered by shatakshi246
6

Answer:

In computing, an interface is a shared boundary across which two or more components of a computer system exchange information.

Its types are:

1) Command line (cli)

2) Graphical User lnterface (GUI)

3) menu driven (mdi)

4) form based (fbi)

5) natural language (nli)

Hope it helped you mate.

Answered by sneha413639
2

Answer:

An interface in the Java programming language is an abstract type that is used to specify a behavior that classes must implement. They are similar to protocols. Interfaces are declared using the interface keyword, and may only contain method signature and constant declarations.

There are five main types of user interface: command line (cli) graphical user interface (GUI) menu driven (mdi)

Similar questions