What is the correct syntax to call a method named display() from the same class?
display();
class.display();
void display();
call display();
This question is part of this quiz :