✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
class Base {
public Base (int i) {}
private Base (String s) {}
}
Kurie iš išvestinės klasės class Derived extends Base ........ konstruktorių yra sintaksiškai leistini?