100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached 4.2 TrustPilot
logo-home
Summary

Summary Absolute Java - Walter Savitch - CHAPTER 4 - DEFINING CLASSES I

Rating
-
Sold
-
Pages
24
Uploaded on
22-08-2023
Written in
2023/2024

Complete coverage of CHAPTER 4 (Defining Classes I) in Absolute Java textbook by Walter Savitch. The document contains complete explanation of all content and key words with given examples. The notes are written carefully so that as you read the document you simultaneously learn all the concepts in the chapter so that after you finish reading you can immediately do exercises and practise.

Show more Read less
Institution
Course










Whoops! We can’t load your doc right now. Try again or contact support.

Connected book

Written for

Institution
Course

Document information

Summarized whole book?
No
Which chapters are summarized?
Chapter 4 - defining classes i
Uploaded on
August 22, 2023
Number of pages
24
Written in
2023/2024
Type
Summary

Subjects

Content preview

22/08, 16:31



CHAPTER 4: DEFINING CLASSES I
Theory part



Object is a value of class type and is often
referred to as instance of the class. An object
differs from values of primitive types in a way that
it has both data and methods (actions).



Each object can have different data, but all
objects of a class have the same types of data
and all objects in a class have the same methods.



Each object has pieces of data that are instance
variables and the methods. Both data items and
methods are sometimes called members of the
object. The data items are also called fields.

,22/08, 16:31


Objects are named by variables of class types.



DateFirstTry date1, date2



If the variables date1 and date2 are declared as
variables of class type (They belong to the class
DateFirstTry) then in line:
date1 = new DateFirstTry ();



The variable date1 is a name of the object that is
created in the expression. To obtain an object you
must use the new operator.
The declaration of a class variable and the
creation of the object are more typically
combined into one statement:

DateFirstTry date1 = new DateFirstTry ();
Instance variables can be named by giving the
object name followed by a dot and the name of

, 22/08, 16:31


the instance variable

date1.month
date1.day
date1.year



The statement date1.month = "Hello friend" in the
main (tester) class assigns the string "Hello
friend" to the instance variable month. Instance
variables can be used just like any other variable.
The instance variable date1.month can be used
just like any other variable of type String.



Practise part
$3.49
Get access to the full document:

100% satisfaction guarantee
Immediately available after payment
Both online and in PDF
No strings attached

Get to know the seller
Seller avatar
SEStudent

Get to know the seller

Seller avatar
SEStudent Published
Follow You need to be logged in order to follow users or courses
Sold
0
Member since
2 year
Number of followers
0
Documents
1
Last sold
-
Software Engineering/Computer Science notes

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Recently viewed by you

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Frequently asked questions