Overloaded Constructors and this
QuizJ8 Home « Overloaded Constructors and this
Quiz
Java Objects & Classes Quiz 11
The quiz below tests your knowledge of the material learnt in Objects & Classes - Lesson 11 - Overloaded Constructors and this
.
Question 1 : Having the same argument lists for constructors in a class is ok?
- Having the same argument lists for constructors in a class is NOT ok, having the same argument types is ok as long as the order differs.
Quiz Progress Bar
Quiz 1
Arrays

Quiz 2
Array Examples & Exceptions

Quiz 3
Class Structure & Syntax

Quiz 4
Reference Variables

Quiz 5
Methods - Basics

Quiz 6
Methods - Passing Values

Quiz 7
Methods - Overloading & Varargs

Quiz 8
Instance Variables & Scope

Quiz 9
Final Instance Variables

Quiz 10
Constructor Basics

Quiz 12
Static Overview

Quiz 13
Static Methods

Quiz 14
Java Constants

Quiz 15
Basic Enumerations

Quiz 16
Advanced Enumerations

What's Next?
The next quiz tests your knowledge of what the static keyword means and how to use static variables.