Teaching Rajasthan Basic Computer Instructor 2021 Mock Test Programming and Data Structure OOPs concept
Which of the following is a valid constructor declaration for the class Book?
1
public String Book ( )
2
public float Book ( )
3
protected String Book ( )
4
public Book ( )