[Updated] Goldman Sachs Aptitude Test Questions and Answers
Practice List of TCS Digital Coding Questions !!!
Take 50+ FREE!! Online Data Interpretation Mock test to crack any Exams.

JAVA Programming :: Objects and Classes - Discussion

Home > JAVA Programming > Objects and Classes > MCQs Questions Discussion

6 / 30

Which is a valid definition of an interface called Transportable given another valid interface, Movable?

Aclass Movable extends Transportable { /*…*/ }

Binterface Transportable extends Movable { /*…*/ }

Cclass Movable implements Transportable { /*…*/ }

Dinterface Transportable implements Movable { /*…*/ }

Answer: Option (Login/Signup)

Show Explanation

Asked In :: Virtusa

Post Your Answer Here:     

No Discussion on this question yet!