TypeScript for Beginners - Extending a Class

TypeScript for Beginners - Extending a Class

Assessment

Interactive Video

Information Technology (IT), Architecture

University

Hard

Created by

Quizizz Content

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the three properties defined in the BMW parent class?

Speed, Mileage, Price

Color, Engine, Wheels

Doors, Seats, Windows

Make, Model, Year

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword is used to extend a class in the context of the BMW example?

implements

extends

uses

inherits

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What additional property is specific to the three series class?

Leather Seats

Sunroof

Cruise Control Enabled

Parking Assist Enabled

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What common functionality is added to the BMW class?

Air Conditioning

Engine Operations

GPS Navigation

Bluetooth Connectivity

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What methods are common across all cars in the BMW class?

Open and Close

Lock and Unlock

Start and Stop

Accelerate and Brake