abstract class MyFirstClass  
{
abstract num (int a, int b) { }
}

Posted on by