what is a difference of subclass and main class
Answer / Aakriti Sharma
In Java programming:n- A subclass (or child class) is a derived class that inherits the properties (methods and variables) of another class, known as the superclass (or parent class).n- The main class (or root class) is the entry point for any Java application. It contains the method `public static void main(String[] args)` which starts the execution of the program.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the five data types?
How do I turn on javascript on my phone?
What are the seven data types of javascript?
What does ecma stand for?
What is the purpose of local variables?
How many types of functions JavaScript supports?
Explain what is javascript? List some data types supported by javascript?
Is javascript case sensitive?
What is a Typed Language?
java pgm for compare two vesion and print the greatest version on the console. e.g: like 1.4.2 and 1.5.2 biggest is 1.5.2 1.2.5 and 1.2.8 biggest is 1.2.8
What are the two basic groups of dataypes in javascript?
How does javascript work?