Solved

What Is the Correct Syntax for Defining a New Class

Question 48

Multiple Choice

What is the correct syntax for defining a new class Parakeet based on the superclass Bird?


A) class Parakeet isa Bird{ }
B) class Bird defines Parakeet{ }
C) class Bird hasa Parakeet{ }
D) class Parakeet extends Bird{ }

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions