logo

Crowdly

Asistenta pentru POO

Looking for Asistenta pentru POO test answers and solutions? Browse our comprehensive collection of verified answers for Asistenta pentru POO at moodle1.ceiti.md.

Get instant access to accurate answers and detailed explanations for your course questions. Our community-driven platform helps students succeed!

Ce tip de relație de moștenire este implementată în Java?

22%
0%
0%
78%
View this question

Ce condiție trebuie respectată atunci când se folosește instrucțiunea super( ) în cadrul unui constructor?

0%
0%
0%
100%
View this question

Dacă

ClasaB extinde clasa abstractă  ClasaA

și

ClasaC extinde ClasaB, atunci care instanțiere este corectă?

0%
0%
78%
22%
View this question

Clasele abstracte au constructori cu paramentri!

View this question

Orice clasă trebuie să conțină cel puțin o metodă abstractă.

View this question

Care dintre următoarele variante NU

 definește

încapsularea?

89%
11%
0%
0%
View this question

Absractizarea

poate fi realizată prin intermediul: 

claselor abstracte și a interfețelor.

View this question

View this question

View this question

Ce afiseaza urmatorul program:

class A{

int a,b;

A(int a, int b){

this.a=a;

this.b=b;

}

A(int x){ b=x; }

void Afis( ) { System.out.println(a+"  "+b);}

}

 class ex {

public static void main(String [] args){

A. x=new A(3);

x.Afis( );

}

}

0%
0%
100%
0%
View this question

Want instant access to all verified answers on moodle1.ceiti.md?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!