Objects & Classes

PrevNextBack
Test 1
7 questions|15 marks

This test will assess your understanding of Objects & Classes.

Question 1
2 marks

What is an Object in software terms?

Question 2
2 marks

What is a Class in software terms?

Question 3
1 marks

Objects are instances of a Class

Question 4
2 marks

How do we represent characteristics of an Object?

Question 5
2 marks

How do we represent behaviour of an Object?

Question 6
5 marks

Why is class called a factory of Objects?

Question 7
1 marks

The terms Classes and Objects are specific to Java programming language