63.9k views
0 votes
Most gui classes use the principle of _____ by extending the jframe class.

1 Answer

5 votes
Most GUI classes use the principle of INHERITANCE by extending the JFrame class.

The principle of inheritance is used by extending the JFrame class for making new GUI classes. Inheritance can be of two types: Single inheritance and Multiple Inheritance.
User Bill Mote
by
8.5k points