In the following code , how many methods needs to be implemented in Class B ?<br /> <br /> public interface A{<br />    public void method1();<br />    public void method2();<br />    public void method3();<br /> } <br /> <br /> abstract class B implements A{<br /> }
Javasearch.buggybread.com

Search Interview Questions


 More than 3000 questions in repository.
 There are more than 900 unanswered questions.
Click here and help us by providing the answer.
 Have a video suggestion.
Click Correct / Improve and please let us know.
Label / Company      Label / Company / Text

   



Interview Questions and Answers

 Q1. In the following code , how many methods needs to be implemented in Class B ?

public interface A{
   public void method1();
   public void method2();
   public void method3();
}

abstract class B implements A{
}
Core Java
Ans. As Class B has been declared abstract , we can either implement any of these methods and just declare rest of them abstract.

 Help us improve. Please let us know the company, where you were asked this question :   

   Like         Discuss         Correct / Improve     interfaces  abstract classes  code  coding

Try 2 Question(s) Test


Related Questions

  Differences between abstract class and interface ?
  Difference between Abstract and Concrete Class ?
 If an Abstract class has only abstract methods, What's the difference between such a class and an interface ?
  What are the design considerations while making a choice between using interface and abstract class ?
  How is Abstraction implemented in Java ?
 Difference between Base Class, Derived Class , Abstract Class and Concrete Class ?
 What is an abstract class ?
  Shall we use abstract classes or Interfaces in Policy / Strategy Design Pattern ?
  Will this code Work ? If not , Why ?
  Is java.util.Date an abstract Class ? Is java.util.Calendar an abstract Class ?



Help us and Others Improve. Please let us know the questions asked in any of your previous interview.

Any input from you will be highly appreciated and It will unlock the application for 10 more requests.

Company Name:
Questions Asked: