Interviewer And Interviewee Guide

Top Sun Certification Interview Questions & Answers:

1. Public abstract class shape {
private int x;
private int y;
public abstract void draw();
public void setanchor(int x, int y) {
this.x = x;
this.y = y;
}
}
give a explanation about this code?


Warning: Trying to access array offset on value of type null in /home/u313694809/domains/interviewquestionsanswers.org/public_html/subcategoryLive-amp.php on line 153

Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.