What Is The Syntax For Using Abstract Method #937
What is the syntax for using abstract method?
This multiple choice question (MCQ) is related to the book/course
gs gs111 OOP Object Oriented Programming Java.
It can also be found in
gs gs111 Member Functions & its Types - Object Oriented Programming MCQ: Abstract Function - Quiz No.1.
What is the syntax for using abstract method?
<access-modifier>abstract<return-type>method_name (parameter)
abs<return-type>method name (parameter)
<access-modifier>abstract return-type method name (parameter)
<access-modifier>abstract <returning> method name (parameter)