Question: 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
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
