Tag: programming languages

Questions Related to programming languages

Multiple choice technology programming languages
  1. .Net doesnot support multiple inheritance. Hence cannot inherit all the 3, results in error.

  2. .Net allows to inherit only 1 class and 1 interface, hence error.

  3. The class has to be inherited first and then the interfaces.

  4. The interface has to be inherited first then class.

Reveal answer Fill a bubble to check yourself
C Correct answer