saving . . . saved Abstract Method has been deleted. Abstract Method has been hidden .
Abstract Method
Title
Question
Please I don't understand the point "No opening and closing parenthesis ()". Please is it "No opening and closing curly bracket{}" or "No opening and closing parenthesis ()". Thank you. 

Java Abstract-Classes 01-02 min 0-10 sec 05-11-20, 7:38 p.m. edemtech

Answers:

Paranthesis refers to brackets ( ).
When you declare the class name you use ( ) but for the code snippet for the class we use { }.

06-11-20, 11:46 a.m. nancy


class name declared with ()

but the codes within the class are specified in the { }
06-12-21, 8:35 p.m. Harish1605


Log-in to answer to this question.