Wed Sep 16, 2009 2:21 am
enum B
{
}
enum A extends enum B
{
// Define you enum here .
}
interface enuminterface
enum B implements enuminterface
{
}
enum A implements enuminterface
{
// Define you enum here .
}
return type myfunction (enuminterface Enumparam) ;
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.