CS 535 Object-Oriented Programming and Design
Fall Semester, 2008
Assignment 1
© 2008, All Rights Reserved, SDSU & Roger Whitney
San Diego State University -- This page last updated 9/1/08
Assignment 1
Due Thursday Sept 4 at the start of class
Using your favorite OO programming language (Java, C++, Ruby, etc) in which class would you place the each of the following methods. Answer each independently of the other. You do not have to implement the methods.
a. A method that computes the area of intersection of two rectangles.
b. An isPalindrome method that indicates if a string is a palindrome.