Archive for amiti interview pattern
You are browsing the archives of amiti interview pattern.
You are browsing the archives of amiti interview pattern.
1) What wil the o/p:
class Base{
private void amethod(int iBase){
System.out.println(”Base.amethod”);
}
}
class Over extends Base{
public static void main(String argv[]){
Over o = new Over();
[...]
I wrote the online test. 25 questions were there. But I couldn’t retrieve all the questions. Also I don’t know the answers. Sorry. But all are the questions related to codings,output…Not normal one word answer objective type..So be prepare for that.
With Rgds
Ambika
[b][size=3]Amiti Software[/size][/b]
1) class Parent
{
[...]