Which Among The Following Is Correct For Abstract Methods #941
Which among the following is correct for abstract methods?
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.2.
Which among the following is correct for abstract methods?
It must have different prototype in the derived class
It must have same prototype in both base and derived class
It must have different signature in derived class
It must have same return type only