Q:

What is the syntax for using abstract method?

0

What is the syntax for using abstract method?


  1. abstractmethod_name (parameter)
  2. absmethod name (parameter)
  3. abstract return-type method name (parameter)
  4. abstract return-type method name (parameter)

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

 (a).<access-modifier>abstract<return-type>method_name (parameter)

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

OBJECT ORIENTED PROGRAMMING MEMBER FUNCTIONS MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
If a function declared as abstract in base class d... >>
<< What is this feature of enforcing definitions of a...