class Example { public static void main(String[] ags) { Student a = new Student("Leslie"); System.out.println( a.getName() ); a.talk(); } }