We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a16f0f6 commit 79d52d2Copy full SHA for 79d52d2
1 file changed
OOPs/Vehicle.java
@@ -0,0 +1,6 @@
1
+class Vehicle{
2
+ void start(){
3
+ System.out.println("Vehicle starts");
4
+
5
+ }
6
+}
0 commit comments