placeholder image to represent content

Chapter 2 : Inheritance and Polymorphism

Quiz by Ainin Sofiya Hisham

Our brand new solo games combine with your quiz, on the same screen

Correct quiz answers unlock more play!

New Quizalize solo game modes
15 questions
Show answers
  • Q1

    What is inheritance?

    It is the process where one object acquires the properties of another.

    All answer are TRUE

    inheritance is the ability of an object to take on many forms.

    inheritance is a technique to define different methods of same type.

    30s
  • Q2

    There were 4 protected members or access modifiers. What are they ? You may select one or more

    No keyword or default

    Private

    All answers are TRUE

    Protected

    Public

    30s
  • Q3

    Create an object of MyVehicle called myCar.

    Users enter free text
    Type an Answer
    30s
  • Q4

    Private access modifier are visible to the class only

    true
    false
    True or False
    30s
  • Q5

    Public access modifier are visible to the certain classes only

    false
    true
    True or False
    30s
  • Q6

    Protected are visible to the package and all subclasses.

    true
    false
    True or False
    30s
  • Q7

    An accessor method is used to __________ the value of a ________ field.

    Type-in the correct format (xxxx, xxxx). space after comma

    Users enter free text
    Type an Answer
    30s
  • Q8

    GUI stands for ______________.

    Users enter free text
    Type an Answer
    30s
  • Q9

    In chain of inheritance, we need to have a ________ which is to extend, or inherit from, a class.

    superclass

    subclass

    30s
  • Q10

    public class Main {

                            int x = '5';

    }

    QUESTION : CAN YOU GAIN OUTPUT FROM THIS CODE STRUCTURE

    false
    true
    True or False
    30s
  • Q11

    What is meant by instantiated in abstract classes?

    creating an object of the main method

    creating an variable of the class

    creating an object of the class

    creating an object of the subclass

    30s
  • Q12

    Two types of polymorphism :

    Compile time polymorphism
    Runtime polymorphism

    Extend time polymorphism

    Walktime polymorphism

    30s
  • Q13

    Compile time polymorphism is _________

    static binding

    dinasour binding

    state binding

    dynamic binding

    30s
  • Q14

    Runtime polymorphism is a _________

    dynamic binding

    static binding

    dinasour binding

    state binding

    30s
  • Q15

    public class MyVehicle {

                    public static void main(String[] args)

                   { _______._______.______.("Bai DSET2. See you next week. Happy mengundi !! ");}

                   }

    put your answer in separated dot (xxxx.yyyy.zzzz)

    System.out.println

    30s

Teachers give this quiz to your class