R
Razvan
Hi !
In a Java test I noticed code like:
abstract interface IDummy
{
// ......
}
This should trigger a compiler error. Interfaces are abstract
by definition. It is pointless to define an abstract one. Am I right
or not ?
Regards,
Razvan
In a Java test I noticed code like:
abstract interface IDummy
{
// ......
}
This should trigger a compiler error. Interfaces are abstract
by definition. It is pointless to define an abstract one. Am I right
or not ?
Regards,
Razvan