Skip to content

Commit a99742e

Browse files
committed
Grind hard today. Finish strong. Remember it forever.
Signed-off-by: Somesh diwan <someshdiwan369@gmail.com>
1 parent 0de1372 commit a99742e

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

  • Section11ObjectOrientedProgramming/OOPs 2.O/src/Test
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)