Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public class Student{
- String name = "nguyenvanquan";
- int age = 22;
- public void eat(){
- System.out.println("you are eat");
- }
- public void study(){
- System.out.println("student have to go to school");
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement