Tag: programming languages

Questions Related to programming languages

  1. Yes, Only Concrete constructor

  2. Yes, Only Abstract constructor.

  3. No

  4. I don't know.


Correct Option: A
  1. No, and they are not accessible

  2. Yes, but they are not accessible

  3. May be

  4. I don't know.


Correct Option: B
  1. int[,] myarray;

  2. int[][] myarray;

  3. int myarray[,];

  4. int[2] myarray;


Correct Option: A