MCQs > IT & Programming > JSharp - J# > You have defined the following methods in one of the java classes: 1 void setId(int newId) 2 private void manageRecord(int RecordNo) 3 protected void delete(int recordNo) 4 boolean isValidRecord(int recordNo) Which of the following methods is incorrect for a class that extends above class?

JSharp - J# MCQs

You have defined the following methods in one of the java classes:

1        void setId(int newId)
2        private void manageRecord(int RecordNo)
3        protected void delete(int recordNo)
4        boolean isValidRecord(int recordNo)

Which of the following methods is incorrect for a class that extends above class?

Answer

Correct Answer: void delete(int recordNo)

Explanation:

Note: This Question is unanswered, help us to find answer for this one

JSharp - J# Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

More JSharp - J# MCQ Questions

search

JSharp - J# Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it