3
Answers

how to implement same class instantiate multiple time ?

ahmed salah

ahmed salah

2y
782
1

i work on csharp issue but i don't know how to solve it

i have two classes A AND B

how to instaniate it as below 

A a =new A();

A B =new B();

Answers (3)