Given these facts about Java types in an application:- Type x is a template for other types in the application.- Type x

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899559
Joined: Mon Aug 02, 2021 8:13 am

Given these facts about Java types in an application:- Type x is a template for other types in the application.- Type x

Post by answerhappygod »

Given these facts about Java types in an application:- Type x is a template for other types in the application.- Type x implements dostuff ().- Type x declares, but does NOT implement doit().- Type y declares doOther() .Which three are true?

A. Type y must be an interface.
B. Type x must be an abstract class.
C. Type y must be an abstract class.
D. Type x could implement or extend from Type y. E. Type x could be an abstract class or an interface. F. Type y could be an abstract class or an interface.
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!

This question has been solved and has 1 reply.

You must be registered to view answers and replies in this topic. Registration is free.


Register Login
 
Post Reply