class Movie { String title; String genre; int rating; void playIt(){ System.out.println("¿µÈ­¸¦ »ó¿µÇÕ´Ï´Ù."); } }