MCQ Single Best Answer Easy

QWrite a method prototype name check() which takes an integer argument and returns a char:

ID: #19883 Inheritance in Java (IS-A) 88 views
Question Info
#19883Q ID
EasyDifficulty
Inheritance in Java (IS-A)Topic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A char check()
  • B void check (int x)
  • C check (int x)
  • D char check (int x)
Correct Answer: Option D

Explanation

char check (int x)

Share This Question

Challenge a friend or share with your study group.