Tag: programming languages

Questions Related to programming languages

Multiple choice technology programming languages
  1. a. An abstract class may only contain incomplete methods (abstract methods)

  2. b. An interface may contain complete or incomplete methods

  3. c. A class may inherit several interfaces, A class may inherit only one abstract class

  4. d. A class implementing an abstract class has to implement all the methods of the abstract class, but the same is not required in the case of an interface

Reveal answer Fill a bubble to check yourself
C Correct answer
Multiple choice technology programming languages
  1. a, b

  2. b, c

  3. a, d

  4. a, e

Reveal answer Fill a bubble to check yourself
D Correct answer