Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

interface student{ public int course();} public abstract class scholarship( private string name ;} Q: A) can the above abstract class implement interface student in java?

interface student{

public int course();}

public abstract class scholarship(

private string name ;}

Q: A) can the above abstract class implement interface student in java? justify your answer.

B) can create instance of the above abstract class? Justify your answer.

c) is it necessary for abstract class to have abstract method?justify your answer.

D) can you create instance of the above interface? justify your answer

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions