Where do objects come from? Good question!

Similar documents
CSC 1051 Data Structures and Algorithms I. Dr. Mary-Angela Papalaskari Department of Computing Sciences Villanova University

CSC 1051 Data Structures and Algorithms I. Dr. Mary-Angela Papalaskari Department of Computing Sciences Villanova University

Designing Classes. Where do objects come from? Where do objects come from? Example: Account datatype. Dr. Papalaskari 1

Designing Classes part 2

class declaration Designing Classes part 2 Getting to know classes so far Review Next: 3/18/13 Driver classes:

Designing Classes. Where do objects come from? Where do objects come from? Example: Account datatype. Dr. Papalaskari 1

Anatomy of a Class Encapsulation Anatomy of a Method

Chapter. We've been using predefined classes. Now we will learn to write our own classes to define objects

Anatomy of a Method. HW3 is due Today. September 15, Midterm 1. Quick review of last lecture. Encapsulation. Encapsulation

Encapsulation. Administrative Stuff. September 12, Writing Classes. Quick review of last lecture. Classes. Classes and Objects

Chapter 4: Writing Classes

CSC 1051 Data Structures and Algorithms I. Dr. Mary-Angela Papalaskari Department of Computing Sciences Villanova University

ECE 122. Engineering Problem Solving with Java

Java Basic Introduction, Classes and Objects SEEM

Java Basic Introduction, Classes and Objects SEEM

Chapter 4 Writing Classes

Name: Checked: Objectives: Practice creating classes and methods, and using them in your programs.

Name: Checked: Objectives: Practice creating classes and methods, and using them in your programs.

writing classes objectives chapter

11/19/2014. Objects. Chapter 4: Writing Classes. Classes. Writing Classes. Java Software Solutions for AP* Computer Science A 2nd Edition

CmSc 150 Fundamentals of Computing I. Lesson 28: Introduction to Classes and Objects in Java. 1. Classes and Objects

Name: Checked: Objectives: Practice creating classes and methods, and using them in your programs.

Assignment 1 due Monday at 11:59pm

ECE 122. Engineering Problem Solving with Java

CS1004: Intro to CS in Java, Spring 2005

Using Classes and Objects

Table of Contents Date(s) Title/Topic Page #s. Chapter 4: Writing Classes 4.1 Objects Revisited

Selection Statements and operators

CSC 1051 Data Structures and Algorithms I

Writing Classes Chapter 5. Instructor: Scott Kristjanson CMPT 125/125 SFU Burnaby, Fall 2013

Packages & Random and Math Classes

Encapsulation. You can take one of two views of an object: internal - the structure of its data, the algorithms used by its methods

Chap. 3. Creating Objects The String class Java Class Library (Packages) Math.random() Reading for this Lecture: L&L,

Operations. I Forgot 9/4/2016 COMPUTER SCIENCE DEPARTMENT PICNIC. If you forgot your IClicker, or your batteries fail during the exam

Selection Statements and operators

CSC 1051 Algorithms and Data Structures I. Final Examination May 2, Name:

Chapter 5: Writing Classes and Enums

COMP-202 Unit 8: Defining Your Own Classes. CONTENTS: Class Definitions Attributes Methods and Constructors Access Modifiers and Encapsulation

Classes and Methods: Classes

Encapsulation. Mason Vail Boise State University Computer Science

Objects and Classes -- Introduction

Introduction to Arrays

Using Classes and Objects

Algorithms and Conditionals

COMP 202. Building Your Own Classes. CONTENTS: Anatomy of a class Constructors and Methods (parameter passing) COMP 202 Objects 2 1

Selection and Repetition Revisited

CSC 1051 Algorithms and Data Structures I. Final Examination December 17, Name:

CSC 1051 Data Structures and Algorithms I

COMP 202. More on OO. CONTENTS: static revisited this reference class dependencies method parameters variable scope method overloading

CSC 1051 Algorithms and Data Structures I. Final Examination May 12, Name

Java Bootcamp - Villanova University. CSC 2014 Java Bootcamp. Dr. Mary-Angela Papalaskari Department of Computing Sciences Villanova University

CSC 1051 Villanova University. CSC 1051 Data Structures and Algorithms I. Course website:

Using Classes and Objects

COMP 202. Building Your Own Classes. CONTENTS: Anatomy of a class Constructors and Methods (parameter passing) Instance Data. COMP Objects 2 1

CSC 1051 Algorithms and Data Structures I. Final Examination May 2, Name: Question Value Score

CSC 1051 Algorithms and Data Structures I. Final Examination May 12, Name: KEY. Question Value Score

Arrays - Review. Initializer Lists. The for-each Loop. Arrays, Part 2. Dr. Papalaskari 1. CSC 1051 Data Structures and Algorithms I

Designing Classes Part 2

CSC 1051 Data Structures and Algorithms I. Dr. Mary-Angela Papalaskari Department of Computing Sciences Villanova University

Selection and Repetition

Chapter 4 Defining Classes I

Inheritance. Quick Review of Last Lecture. November 12, Passing Arguments. Passing Arguments. Variable Assignment Revisited

CSC 1051 Data Structures and Algorithms I

CSC 1051 Algorithms and Data Structures I. Final Examination May 2, Name:

Introduction to Classes and Objects How to manage data and actions together. Slides #10: Chapter

Building Your Own Classes

Java I/O and Control Structures Algorithms in everyday life

Selection and Repetition Revisited

Java I/O and Control Structures

Comp 248 Introduction to Programming Chapter 4 - Defining Classes Part A

CS111: PROGRAMMING LANGUAGE II. Lecture 1: Introduction to classes

Object Class. EX: LightSwitch Class. Basic Class Concepts: Parts. CS257 Computer Science II Kevin Sahr, PhD. Lecture 5: Writing Object Classes

Arrays, Part 3: Multidimensional arrays

Binghamton University. CS-140 Fall Problem Solving. Creating a class from scratch

AP Computer Science Chapter 10 Implementing and Using Classes Study Guide

COMP 202. More on OO. CONTENTS: static revisited this reference class dependencies method parameters variable scope method overloading

CSC 2014 Java Bootcamp. Dr. Mary-Angela Papalaskari Department of Computing Sciences Villanova University

Software Design and Analysis for Engineers

CSC 1051 Algorithms and Data Structures I. Midterm Examination October 7, Name:

CS1083 Week 2: Arrays, ArrayList

Review for Midterm. Instructor: Scott Kristjanson CMPT 135 SFU Surrey, Spring 2016

Programming II (CS300)

CSC 1051 Algorithms and Data Structures I. Midterm Examination February 25, Name: KEY A

CH. 2 OBJECT-ORIENTED PROGRAMMING

Introduction to Classes and Objects Pearson Education, Inc. All rights reserved.

Chapter 6 Lab Classes and Objects

COE 212 Engineering Programming. Welcome to Exam I Tuesday November 11, 2014

Chapter 5: Classes and Objects in Depth. Introduction to methods

Selection and Repetition

I/O Streams. program. Standard I/O. File I/O: Setting up streams from files. program. File I/O and Exceptions. Dr. Papalaskari 1

Object-Oriented Design. Chapter. Class Relationships. Classes in a software system can have various types of relationships to each other

Introduction to Classes and Objects

Introduction to Classes and Objects Pearson Education, Inc. All rights reserved.

Constants. Why Use Constants? main Method Arguments. CS256 Computer Science I Kevin Sahr, PhD. Lecture 25: Miscellaneous

Methods and Data (Savitch, Chapter 5)

JOSE LUIS JUAREZ VIVEROS com) has a. non-transferable license to use this Student Guide

Arrays - Review. Two-Dimensional Arrays. Arrays, Part 2. Dr. Papalaskari 1. CSC 1051 Data Structures and Algorithms I

CSC 1051 Algorithms and Data Structures I. Midterm Examination February 26, Name: Key

Object-Oriented Programming (Java)

File I/O and Exceptions

Transcription:

Designing Classes CSC 1051 Data Structures and Algorithms I Dr. Mary-Angela Papalaskari Department of Computing Sciences Villanova University Course website: www.csc.villanova.edu/~map/1051/ Where do objects come from? Good question! We will learn how to create a class that defines a new datatype, i.e., a new type of objects We need to learn: 1. What is the structure of a class definition? 2. How to specify what happens when an object is instantiated (i.e., when the new operator is used)? 3. How do we define the methods that can be invoked through objects of this class? Example: Account datatype - represents a generic bank account 1. Structure of class definition Account class acct2 69713 Data Methods int ; String ; Account object 72354 balance 40.00 "Jane Smith" The object: is like the house built from the tostring() blueprint is an instance of the class The class is the blueprint has its own data space & shares Classes define DATA and METHODS methods defined for this datatype i.e., a datatype Dr. Papalaskari 1

2. Object instantiation Creating Objects OLD example: We have already seen something like this: 2. Object instantiation Creating Objects our newly defined Account class: Account acct1 = new Account (, 72354, 102.56); Scanner scan = new Scanner (System.in); This invokes the Scanner constructor, which is a special method that sets up the object int ; String ; tostring() Invokes the Account constructor, which is a special method that sets up the object A new Account object is created! acct1 72354 3. Method invocation As we have seen, once an object has been created, we can use the dot operator to invoke its methods: ans = scan.nextline(); numchars = title.length(); amount = acct1.; acct1.deposit (25.85); balance 128.41 Datatype / Client (also referred to as servant / driver classes) // Transactions.java Author: MA Papalaskari // (based on Lewis/Loftus example) int ; // Demonstrates the creation and use of multiple Account objects. String ; public class Transactions // ******************************************************************** // Account.java Author: Lewis/Loftus // Creates some bank accounts and requests various services. // Simplified code by MA Papalaskari // Represents a bank account with methods deposit public and withdraw. static void main (String[] args) // ******************************************************************** Account acct1 = new Account (, 72354, 102.56); import java.text.numberformat; Account acct2 = new Account ("Jane Smith", 69713, 40.00); Account acct3 = new Account ("Edward Demsey", 93757, 759.32); public class Account System.out.println (acct1); int ; tostring() System.out.println (acct2); System.out.println (acct3); String ; acct1.deposit (25.85); Client //--------------------------------------------------------------- acct1.withdraw (60, 2.50); -- // Sets up the account Account by defining its owner's, System.out.println account (); // number, and initial balance. System.out.println (acct1); //--------------------------------------------------------------- System.out.println (acct2); -- System.out.println (acct3); public Account (String x, Datatype int y, double z) = x; = y; balance = z; Transactions Dr. Papalaskari 2

// Account.java Author: Lewis/Loftus // Simplified code by MA Papalaskari // Represents a bank account with methods deposit and withdraw. import java.text.numberformat; public class Account int ; String ; Instance Variables // Sets up the account by defining its owner's, account int ; // number, and initial balance. public Account (String x, int y, double z) String ; = x; = y; balance = z; // Deposits the specified amount x into the account. tostring() public void deposit (double x) balance = balance + x; continue method definition continue // Withdraws the specified amount from the account and applies // the fee. public void withdraw (double x, double fee) balance = balance - x - fee; // Returns the current balance of the account. int ; public double getbalance () return balance; String ; // Returns a one-line description of the account as a string. public String tostring () NumberFormat fmt = NumberFormat.getCurrencyInstance(); tostring() return ( + "\t" + + "\t" + fmt.format(balance)); // Transactions.java Author: MA Papalaskari // (based on Lewis/Loftus example) // Demonstrates the creation and use of multiple Account objects. public class Transactions // Creates some bank accounts and requests various services. public static void main (String[] args) Account acct1 = new Account (, 72354, 102.56); Account acct2 = new Account ("Jane Smith", 69713, 40.00); Account acct3 = new Account ("Edward Demsey", 93757, 759.32); System.out.println (acct1); System.out.println (acct2); System.out.println (acct3); acct1.deposit (25.85); acct1.withdraw (60, 2.50); System.out.println (); System.out.println (acct1.tostring()); System.out.println (acct2.tostring()); System.out.println (acct3.tostring()); // Transactions.java Author: MA Papalaskari // (based on Lewis/Loftus example) // Demonstrates the creation and use of multiple Account objects. public class Transactions // Creates some bank accounts and requests various services. public static void main (String[] args) Account acct1 = new Account (, 72354, 102.56); Account acct2 = new Account ("Jane Smith", 69713, 40.00); Account acct3 = new Account ("Edward Demsey", 93757, 759.32); System.out.println (acct1); System.out.println (acct2); System.out.println (acct3); Sample Run acct1.deposit (25.85); 72354 Ted Murphy $102.56 acct1.withdraw (60, 2.50); 69713 Jane Smith $40.00 93757 Edward Demsey $759.32 System.out.println (); System.out.println (acct1.tostring()); 72354 Ted Murphy $65.91 System.out.println (acct2.tostring()); 69713 Jane Smith $40.00 System.out.println (acct3.tostring()); 93757 Edward Demsey $759.32 Dr. Papalaskari 3

Transactions class: Creating Account objects Transactions class Account acct1 = new Account (, 72354, 102.56); Transactions class: Creating more Account objects Transactions class Account acct1 = new Account (, 72354, 102.56); int ; String ; Account class public Account (String x, int y, double z) = x; method = y; balance = z; Transactions class Account acct2 = new Account ("Jane Smith", 69713, 40.00); tostring() acct2 69713 balance 40.00 "Jane Smith" Account class: Using methods acct1.deposit (25.85); Account class: Using methods acct1.deposit (25.85); //--------------------------------------------------- // Deposits the specified amount into the account. //--------------------------------------------------- public void deposit (double x) balance = balance + x; //--------------------------------------------------- // Deposits the specified amount into the account. //--------------------------------------------------- public void deposit (double x) balance = balance + x; balance 128.41 Dr. Papalaskari 4

Account class: Another Example acct1.withdraw (60, 2.50); Account class: Another Example acct1.withdraw (60, 2.50); //------------------------------------------------ // Withdraws the specified amount from the // account and applies the fee. //------------------------------------------------ public void withdraw (double x, double fee) balance = balance - x - fee; //------------------------------------------------- // Withdraws the specified amount from the account // and applies the fee. //----------------------------------------------- public void withdraw (double x, double fee) balance = balance - x - fee; balance 128.41 balance 65.91 getbalance () method tostring() method can be omitted! double amount = acct1.; // Note: this code is not used in Transactions.java System.out.println(acct1.toString()); public double getbalance () return balance; public String tostring () NumberFormat fmt = NumberFormat.getCurrencyInstance(); return ( +"\t + +"\t + fmt.format(balance)) acct1 72354 acct1 72354 Dr. Papalaskari 5

Bank Account Example There are some improvements that can be made to the Account class The design of some methods could also be more robust, such as verifying that the amount parameter to the method is positive Some of these improvements are in the book examples Account.java, Transactions.java (simplified versions) Account.java, Transactions.java (book versions) Another Example: RollingDice.java // RollingDice.java Author: Lewis/Loftus // Demonstrates the creation and use of a user-defined class. public class RollingDice // Creates two Die objects and rolls them several times. public static void main (String[] args) Die die1, die2; int sum; die1 = new Die(); die2 = new Die(); die1.roll(); die2.roll(); System.out.println ("Die One: " + die1 + ", Die Two: " + die2); die1.roll(); die2.setfacevalue(4); System.out.println ("Die One: " + die1 + ", Die Two: " + die2); sum = die1.getfacevalue() + die2.getfacevalue(); System.out.println ("Sum: " + sum); Sample Run Die One: 5, Die Two: 2 Die One: 1, Die Two: 4 Sum: 5 Die One: 4, Die Two: 2 New sum: 6 sum = die1.roll() + die2.roll(); System.out.println ("Die One: " + die1 + ", Die Two: " + die2); System.out.println ("New sum: " + sum); // Die.java Author: Lewis/Loftus // // Represents one die (singular of dice) with faces showing values // between 1 and 6. public class Die private final int MAX = 6; // maximum face value private int facevalue; // current value showing on the die // : Sets the initial face value. public Die() facevalue = 1; // Rolls the die and returns the result. public int roll() facevalue = (int)(math.random() * MAX) + 1; return facevalue; continue continue // Face value mutator. public void setfacevalue (int value) facevalue = value; // Face value accessor. public int getfacevalue() return facevalue; // Returns a string representation of this die. public String tostring() String result = Integer.toString(faceValue); return result; Dr. Papalaskari 6

NEXT: Focus on Methods Method control flow Method definition Parameters return statement Different ways of thinking about methods Method Control Flow If the called method is in the same class, only the method is needed compute mymethod(); mymethod Method Control Flow The called method is often part of another class or object main obj.doit(); doit helpme(); helpme Thus the dot operator is an addressing mechanism. Note that it can also be used to access an object s or class s data directly, for example acct1. Color.black more on this later (encapsulation) Invoking methods within the same class An object s method may access any of the object s other methods directly. Eg: public void addinterest(double rate) deposit (rate*balance); Client code, eg: compound the interest for acct2 over 10 years int year = 1; while (year <= 10) acct2.addinterest(0.03); year ++; effect: acct2.deposit(0.03*balance) Dr. Papalaskari 7

Method Control Flow: example main addinterest deposit Method definition: Example parameters return type return statement acct2.addinterest(0.03); ; char ch = obj.calc (start, 2, "ABCDE"); char calc (int num1, int num2, String message) int sum = num1 + num2; char result = message.charat (sum); return result; More Method Examples: Write a method with two double parameters a and b that computes and returns the sum of squares of its two parameters (i.e., a 2 + b 2 ). More Method Examples: Write a method with one int parameter num, that returns a String composed of Happy Birthday num times How do we invoke the method to compute & print: (14.8) 2 + (37.65) 2? How do we invoke the method to print happy birthday 4 times? Dr. Papalaskari 8

Getting to know classes so far Using predefined classes from the Java API. Defining classes for our own datatypes. datatypes: Clients (Driver classes): Account Transactions, OnePercent Die RollingDice Shoe YouVeGotShoes (Project) Person PeopleBeingPeople (Lab) UML Class Diagrams UML = Unified Modelling Language Example: A UML class diagram for the RollingDice program: RollingDice main (args : String[]) : void facevalue : int Die roll() : int setfacevalue (value : int) : void getfacevalue() : int tostring() : String Next: UML class diagrams, visibility modifiers, graphical objects, UML class diagram for Transactions program? Examples of datatypes (Classes) Dr. Papalaskari 9

Encapsulation An encapsulated object can be thought of as a black box -- its inner workings are hidden from the client The client invokes the interface methods which in turn manage the instance data Violating Encapsulation - WRONG It is possible for a class to access the instance data of another class directly but it s not a good idea! Account.java Client Methods Bad Client acct1. = Joe ; Violating Encapsulation It is possible for a class to access the instance data of another class directly Data balance Use Accessors & Mutators - RIGHT Indirect access through methods accessors and mutators ( getters and setters ) Usually d getx() and setx() Transactions.java int x1 = acct1.; Account.java balance Private Data Visibility Modifiers In Java, we enforce encapsulation through the appropriate use of visibility modifiers: public can be referenced from other classes private can be referenced only within that class: protected involves inheritance (discussed later) Data declared without a visibility modifier have default visibility and can be referenced by any class in the same package An overview of all Java modifiers is presented in Appendix E Dr. Papalaskari 10

Violating Encapsulation experiment Revisit the Account example (use our simplified versions from the course website or Lab 8) Add some code to the client (Transactions or Onepercent) to modify the value of an instance variable, eg: acct1. = Bernie ; Run the program to verify that the on that account has changed. Now modify Account.java insert the modifier private in front of the instance variable declaration: private String ; Without changing anything in the client, re-compile the Account class and run your program again. Note the error you get: Public Constants OK Example: The Account class can have a constant for the interest rate: public final double RATE = 0.015; A client (eg, OnePercent.java) can access this constant directly: System.out.print ("Interest rate = " + acct1.rate); Error: static Public Constants BETTER Visibility Modifiers the RULES It is better to declare constants as static public final static double RATE = 0.015; This way, a client can access the constants without creating an object, using the class : Variables Methods public NO (but OK for public constants) Yes private Yes Yes, for support methods only System.out.print ("Interest rate = " + Account.RATE); See also ImInUrClassMessingUrInstanceData.java Dr. Papalaskari 11