Java Create an abstract class School containing abstract method FinancialDetails() and non-abstract method Staff(). Create subclass schoolData. ● Call both methods using a subclass object. ● Create method schoolData() for subclass which prints only names of staff. ● Call method schoolData()
Home/Programming Language/Page 33
SIKSHAPATH Latest Questions
SUMIT
Asked: November 21, 2021In: Programming Language
Java Create an interface TVremote and use it to inherit another interface smart TVremote . Create a class TV which implements TVremote interface .
What is the default layout for Applet? Mention atleast four different layout for Applet.
Briefly explain java.awt.BorderLayout with Example.
What is an applet? What is the lifecycle of an applet?
What is JDBC Driver Interface?