0

i have a doubt in creating class it is giving error

I don't know why ir keeps giving erroe

26th Aug 2022, 6:31 AM
Pramendra Tiwari
4 odpowiedzi
+ 3
Where is your constructor? Please read the topic again.
26th Aug 2022, 7:10 AM
JaScript
JaScript - avatar
0
Please post your code example and tag relevant language so we can help
26th Aug 2022, 6:35 AM
PanicS
PanicS - avatar
0
package Animals; public class Myclass { public static void main(String[] args) { Vechile v = new Vechile ("Red"); } }
26th Aug 2022, 6:37 AM
Pramendra Tiwari
0
This is my code starting from
26th Aug 2022, 6:37 AM
Pramendra Tiwari