CourseHandout Object Oriented Programming and Design
CourseHandout Object Oriented Programming and Design
Course Objectives:
No Course Objective
CO1 To advance the programming skills students gathered in the course computer
programming in their first semester and advance problem solving techniques by
using the object oriented approach
CO3 Designing and implementing the solutions to problems using object oriented
concepts
Text Books:
T1 The Java Programming Language, Ken Arnold, David Holmes, James Gosling,
Prakash Goteti, 3rd Edition, Pearson
Reference Books:
R1 Java: The Complete Reference by Herbert Schildt, 9th Ed, 2017
M5 Strings T1 Chapter 6
M6 Packages T1 chapter 14
M9 INTERFACES T1 Chapter 8, 9
Learning Outcomes:
No Learning Outcomes
LO1 Demonstrate sound understanding of Object oriented concepts and able to design
applications having to apply OOP paradigms.
LO2 Express the OOP concepts in form of code snippet, small applications having to
recognize the differences between procedural and OOP concepts.
LO3 Design applications using the various constructs and features available in the
programming language and assess them.
Course Contents
Contact Text/Ref
List of Topic Title Topic #
Hour Book
Introduce the object oriented paradigms,
significance of class and objects
Java Program Structure
Writing a simple java program
Types , literals and variables
Primitives and Types
Constants, Void, Number T1 chapter 1,
Comments in Code 4. 5
1 Unicode Characters R1 Chapter 1,
Control Flow Statements and blocks 2
Operators and Exceptions
Introduction to packages
Introduce the Eclipse IDE
Run the first Java Program
Introduce the basic debugging e.g. step into,
step through, watching variables
Creating subclass
types of inheritance, redefining members
Hiding Fields
Accessing inherited members
Type compatibility and conversion T1 chapter 7
9 Accessibility and overriding
R1 chapter 8
Super Class and its use
Final Class and Methods
Abstract Class and Methods
Design Aspects of Extending: How and when
to extend, designing a class to be extended
10 Designing the interfaces T1 Chapter 8.
Extending interfaces
Implementing interfaces
using the Comparator and Comparable
interfaces 9
Nested Classes and Nested Interfaces
Inheriting Nested Types
Inner Classes and Anonymous classes
Creating own Exceptions
try, catch and Finally T1 chapter 10
11
throw and the throws clause
Exception classes in Java library
Collection Interface
List-
ArrayList,
LinkedList, T1 chapter 11
12 RandomAccess List
R1 Chapter 18
Map and SortedMap
Set and SortedSet
Writing Iterator Implementations
Writing Collections Implementation
Creating Thread
Using Runnable interface
Thread Class in Java
T1 Chapter 12
13 Thread States
R1 chapter 11
Creating and Executing Threads
Thread synchronization
wait and notify
The Java Object Model
The Java Type System
Type Inquiry T1 Chapter 7
14 The Object Class R1 Chapter 8
Cloning Objects
Strategies for cloning
Shallow and Deep Copy
Generic Form of a Class
Bounded Types
15 Creating Generic Interfaces and R1 Chapter 14
methods
14.4) Restrictions on Generics
Lab Details:
Learning Exercises and Case Studies: Faculty needs to provide learning exercise, reading notes
and case studies and include them in EC-1 evaluation which is primarily drawn from the tables
below.
Detailed Plan for Learning Exercises:
The learning exercises is designed keeping in mind a simple approach to motivate the students to
actively participate in completion of the assignment and fulfil learning that is desired by the
instructor.
Important Information
Syllabus for Mid-Semester Test (Closed Book): Topics in Weeks 1-8
Syllabus for Comprehensive Exam (Open Book): All topics given in plan of study
Evaluation Guidelines:
1. EC-1 consists of either two Assignments or three Quizzes. Announcements regarding
the same will be made in a timely manner.
2. For Closed Book tests: No books or reference material of any kind will be permitted.
Laptops/Mobiles of any kind are not allowed. Exchange of any material is not
allowed.
3. For Open Book exams: Use of prescribed and reference text books, in original (not
photocopies) is permitted. Class notes/slides as reference material in filed or bound
form is permitted. However, loose sheets of paper will not be allowed. Use of
calculators is permitted in all exams. Laptops/Mobiles of any kind are not allowed.
Exchange of any material is not allowed.
4. If a student is unable to appear for the Regular Test/Exam due to genuine exigencies,
the student should follow the procedure to apply for the Make-Up Test/Exam. The
genuineness of the reason for absence in the Regular Exam shall be assessed prior to
giving permission to appear for the Make-up Exam. Make-Up Test/Exam will be
conducted only at selected exam centres on the dates to be announced later.
It shall be the responsibility of the individual student to be regular in maintaining the self-
study schedule as given in the course handout, attend the lectures, and take all the prescribed
evaluation components such as Assignment/Quiz, Mid-Semester Test and Comprehensive
Exam according to the evaluation scheme provided in the handout.