Computer Science, asked by Aarav7825, 3 days ago

A Java class B has 3 public methods, interface 11 has 3 methods, and interface 12 has 5
methods. If class D extends B and implements 11, 12, what is the minimum number of methods that
class D must implement

Answers

Answered by RutwikAathreya1816
4

Answer:

8 methods

Explanation:

We need not to implement the classes, we need to implement abstract classes and interfaces for sure.

Please Mark Me as 'Brainliest'

Similar questions