1
Answer

void write (object obj);

Hi i am new to c#, i can't understand the following function statement void write (oject obj); can an object be sent as a parameter to any method

Answers (1)