Advanced Programming (JAVA)

Spring 2014


Instructor:  Dr. M. Bag-Mohammadi,       

Assistants: میلاد کاظمی، میثم مهمان نواز، مرتضی مرادی فر، رضا کریمی، سجاد شوکتیان، فاطمه شریفی

Prpjects: Click here        Grade: grade-jv-s14.xlsx

 

TextINTRODUCTION TO JAVA PROGRAMMING COMPREHENSIVE VERSION Ninth Edition Y. Daniel Liang

Head First Java 2nd ed., Sierra , Kathy and Bates, Bert, O'Reilly Publishers, 2005.

 

Goals

Primary goals of the course are:

bullet

his course continues the development of programming and problem-solving skills, focusing on the object-oriented programming (OOP) and design (OOD) paradigms. It uses the Java programming language and the Eclipse integrated development environment (IDE) as teaching tools.

 

Assignments:

1

 basic java programming

hw1-jv-s14.docx

2

 using strings in Java

hw2-jv-s14.docx

3

 Java classes

hw3-jv-s14.docx

4

Recursion

hw4-jv-s14.docx

 grade

5

 Java Classes: composition

hw5-jv-s14.docx

 

 

6

 Static classes

hw6-jv-s14.docx

 

 

8

Inheritance

hw7-jv-s14.docx

 

 

8

 File I/O

hw8-jv-s14.docx

 

 

 

 

 

 

 

 

Project:

Final Projects

 

 

Grading Policy:

Final grades in the course will be based on the following weighting distribution.

 

 

 

bullet

Midterm  35%

bullet

Assignment 25%

bullet

Projects.10%

bullet

Final Exam.35%

 

Lecture Notes:

Topic

Lecture Note

Introduction

Lec1-Introduction.ppt

Eclipse

-

Java Premier

Lec3-Java Premier.pptx

Class and Objects

Lec4 - ClassAndObjectBasics.pptx

Encapsulation

Lec5 - Encapsulation.pptx

Constructor, reference variable

Lec6 - Constructors.pptx

Composition

Lec7 - Composition.ppt

Midterm 1

Static Methods

Lec8 - StaticMethods.pptx

Coupling

--

Inheritance 1

Lec10-Inheritance1.ppt

Inheritance 2

Lec11-Inheritance2.ppt

Polymorphism 1

Lec12-Polymorphism1.ppt

Polymorphism 2

Lec13-Polymorphism2.ppt

Interfaces

Lec14-Interfaces.ppt

Files and I/O

Lec15-Files.pptx

Exception 1

Lec16-Exceptions.ppt

Exception 2

Lec17-Exceptions2.ppt

Generics

 -

GUI

 GUI.pptx

Final

FinalSolution(word)Solution(pdf)