Skip to content

Commit a99742e

Browse files
committed
Grind hard today. Finish strong. Remember it forever.
Signed-off-by: Somesh diwan <[email protected]>
1 parent 0de1372 commit a99742e

File tree

1 file changed

+3
-4
lines changed
  • Section11ObjectOrientedProgramming/OOPs 2.O/src/Test

1 file changed

+3
-4
lines changed
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
package Test;
2-
public class Animal
3-
{
2+
3+
public class Animal {
44
String name;
55
String age;
66

77
//Method Behavior hota hai
8-
public void makeSound()
9-
{
8+
public void makeSound() {
109
System.out.println("MAke Some sound");
1110
}
1211
}

0 commit comments

Comments
 (0)