Person s = new Student();
if (s instanceof Student) {
System.out.print("This is a student ”);
}
else {
System.out.print("This is a person ”);
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here