Test instanceof: If the instanceof of A Woman returns true, it must be a human instance.

Source: Internet
Author: User
Test instanceof:

/*

* Created on Sep 23,200 4

*

* To change the template for this generated file go

* Window & gt; preferences & gt; Java & gt; Code Generation & gt; Code and comments

*/

Package

Think;

/**

*@ AuthorMengjun. Jiang

*

* To change the template for this generated type comment go

* Window & gt; preferences & gt; Java & gt; Code Generation & gt; Code and comments

*/

Public

ClassTest {

/**

*@ ParamStrings

*/

Public VoidReverse CT (string [] strings ){

//TodoAuto-generated method stub

}

Public Static VoidMain (string [] ARGs ){

Pet o =

NewGerbil ();

If(OInstanceofGerbil ){

System. Out. println (

"O is instance of gerbil ");

}

Else{

System. Out. println (

"O is not instance of gerbil ");

}

If(OInstanceofPet ){

System. Out. println (

"O is instance of pet ");

}

Else{

System. Out. println (

"O is not instance of gerbil ");

}

}

}

//: Think: gerbil. Java

Package

Think;

Public

ClassGerbilExtendsRodent {}///:~

//: C10: Pet. Java

Package

Think;

Public

ClassPet {}///:~

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.