Hi, I know when we extend a class our class gets all of the properties of the class we extend.
I am abit confused. I have read that when our class extends the JFrame class, our class then IS the window.
So when we extend the JFrame class our class gets all of the properties (attributes & methods) of the JFrame class.
Do our class also inherit JFrame's constructor?