Object Oriented Programming (OOPs)

© examsiri.com
Question : 21 of 72
 
Marks: +1, -0
class Alpha {
 public void bar(int... x) { }
 public void bar(int x}{ }
}
public class Beta extends Alpha{
 /*Place Code Here*/
 /*Place Code Here*/
 /*Place Code Here*/
}
Go to Question: