Test your knowledge with free interactive questions on Seneca — used by over 10 million students.

Objects

Objects are made from classes.

Creating an Object

Creating an Object

  • Objects are created from classes.
  • To create an object we use the keyword new and the name of the class:
    • MyClass myObj = new MyClass();
Accessing attributes

Accessing attributes

  • If an attribute of an object is public, then it can be accessed from outside the class.
  • Object attributes are accessed using dot notation:
    • int attr = myObj.attr;
Calling methods

Calling methods

  • If a method of an object is public, then it can be accessed from outside the class.
  • Object methods are accessed using dot notation:
    • myObj.doSomething();
Jump to other topics
1

Components of a Computer

2

Software & Software Development

3

Exchanging Data

4

Data Types, Data Structures & Algorithms

5

Legal, Moral, Cultural & Ethical Issues

6

Elements of Computational Thinking

6.1

Thinking Abstractly

6.2

Thinking Ahead

6.3

Thinking Procedurally

6.4

Thinking Logically

6.5

Thinking Concurrently

7

Problem Solving & Programming

8

Algorithms

Practice questions on Objects

Can you answer these? Test yourself with free interactive practice on Seneca — used by over 10 million students.

  1. 1
  2. 2
Answer all questions on Objects

Unlock your full potential with Seneca Premium

  • Unlimited access to 10,000+ open-ended exam questions

  • Mini-mock exams based on your study history

  • Unlock 800+ premium courses & e-books

Get started with Seneca Premium