Testul 4 - Programare Orientata pe Obiecte

CURSUniversitate ULIM Profesor Nu Este Specificat

preview iconExtras din document

Testul 4 1.class my { int a; public: my(); void show_a(); }; my::my() { cout > a; a=25;} void my::show_a() { cout << a; } main() { my ob; int a=25;

Download
alert iconRaporteaza o eroare
0 Comenteaza
+1
Posteaza

Curs: Testul 4 Obiect: Programare Orientata pe Obiecte